Skip to content

Commit d370fbc

Browse files
committed
Fixes.
1 parent 6b2284b commit d370fbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
setup(
44
name='pybossa-client',
5-
version='1.1.1',
5+
version='1.2.0',
66
packages=find_packages(),
77
install_requires=['requests>=0.13.0'],
88
# metadata for upload to PyPI
99
author='Open Knowledge Foundation Labs',
1010
# TODO: change
1111
author_email='[email protected]',
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.''',
1414
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',
1717
include_package_data=True,
1818
classifiers=[
1919
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)