File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ This extension adds importing and exporting of [Data Packages][data-packages] to
77
88## Requirements
99
10- * CKAN >= 2.4
11- * Python 2.7
10+ * CKAN >= 2.8
1211
1312## Installing
1413
@@ -18,11 +17,7 @@ To install `ckanext-datapackager` into a CKAN instance, do:
1817
1918 source /usr/lib/ckan/default/bin/activate
2019
21- 2 . Install the ` ckanext-datapackager ` extension using pip:
22-
23- pip install ckanext-datapackager
24-
25- Alternatively do a development install (with your virtualenv activated):
20+ 2 . Install the extension:
2621
2722 git clone https://github.com/frictionlessdata/ckanext-datapackager.git
2823 cd ckanext-datapackager
Original file line number Diff line number Diff line change 44from codecs import open # To use a consistent encoding
55from os import path
66
7- version = '1.0.3 '
7+ version = '1.1.0 '
88
99here = path .abspath (path .dirname (__file__ ))
1010
2020
2121 # see http://pypi.python.org/pypi?%3Aaction=list_classifiers
2222 classifiers = [
23- 'Development Status :: 4 - Beta ' ,
23+ 'Development Status :: 5 - Production ' ,
2424 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)' ,
2525
2626 # Specify the Python versions you support here. In particular, ensure
2727 # that you indicate whether you support Python 2, Python 3 or both.
2828 'Programming Language :: Python :: 2.7' ,
29+ "Programming Language :: Python :: 3" ,
2930 ],
30- keywords = 'CKAN datapackages' ,
31- author = 'Open Knowledge International ' ,
31+ keywords = 'CKAN datapackages FrictionlessData ' ,
32+ author = 'Open Knowledge Foundation ' ,
3233 author_email = 'info@okfn.org' ,
3334 url = 'https://github.com/ckan/ckanext-datapackager' ,
3435 license = 'AGPL' ,
You can’t perform that action at this time.
0 commit comments