Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
Add the proper pybossa-client library.
  • Loading branch information
teleyinex committed Aug 7, 2018
1 parent cf0cbb2 commit 0420bf9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

setup(
name='enki',
version='1.1.1',
version='1.1.2',
packages=find_packages(),
install_requires=['pybossa-client>=1.1.1, <1.1.2', 'pandas'],
install_requires=['pybossa-client>=2.0.1, <2.0.2', 'pandas'],
# metadata for upload to PyPI
author='SciFabric LTD',
author='Scifabric LTD',
author_email='info@scifabric.com',
description='A Python library to analyze PYBOSSA application results',
long_description='''PyBossa is a crowdsourcing framework. This tiny library that allows you to analyze the results of a PYBOSSA aplication.''',
description='''A Python library to analyze PYBOSSA project's results''',
long_description='''PYBOSSA is a crowdsourcing, microtasking or citizen
science framework. This tiny library allows you to analyze the results of a PYBOSSA project with PANDAS.''',
license='AGPLv3',
url='https://github.com/Scifabric/enki',
download_url='https://github.com/Scifabric/enki/zipball/master',
Expand Down

0 comments on commit 0420bf9

Please sign in to comment.