Skip to content

Commit 1ed3d36

Browse files
committed
README tweaks, bump version
1 parent 11efbe3 commit 1ed3d36

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from codecs import open # To use a consistent encoding
55
from os import path
66

7-
version = '1.0.3'
7+
version = '1.1.0'
88

99
here = path.abspath(path.dirname(__file__))
1010

@@ -20,15 +20,16 @@
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',

0 commit comments

Comments
 (0)