File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'pybossa-client' ,
5
- version = '1.1.1 ' ,
5
+ version = '1.2.0 ' ,
6
6
packages = find_packages (),
7
7
install_requires = ['requests>=0.13.0' ],
8
8
# metadata for upload to PyPI
9
9
author = 'Open Knowledge Foundation Labs' ,
10
10
# TODO: change
11
11
12
- description = 'pybossa-client is a tiny Python library makes it easy to work with PyBossa .' ,
13
- long_description = '''PyBossa is a crowdsourcing framework. This tiny library allows you to interact with it.''' ,
12
+ description = 'pybossa-client is a tiny Python library makes it easy to work with PYBOSSA .' ,
13
+ long_description = '''PYBOSSA is a crowdsourcing framework. This tiny library allows you to interact with it.''' ,
14
14
license = 'MIT' ,
15
- url = 'https://github.com/pybossa /pybossa-client' ,
16
- download_url = 'https://github.com/PyBossa /pybossa-client/zipball/master' ,
15
+ url = 'https://github.com/Scifabric /pybossa-client' ,
16
+ download_url = 'https://github.com/Scifabric /pybossa-client/zipball/master' ,
17
17
include_package_data = True ,
18
18
classifiers = [
19
19
'Development Status :: 3 - Alpha' ,
You can’t perform that action at this time.
0 commit comments