update setup

This commit is contained in:
Romain Dorgueil
2016-12-09 05:37:42 +01:00
parent a90b2c5a53
commit 732be3cad9
3 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ except:
setup(
name = 'bonobo',
description = '',
description = 'Bonobo',
license = 'Apache License, Version 2.0',
install_requires = [],
version = version,
@ -33,6 +33,6 @@ setup(
'pytest-cov >=2.4,<2.5',
'sphinx',
'sphinx_rtd_theme']},
url = '',
download_url = ''.format(version=version),
url = 'https://github.com/hartym/bonobo',
download_url = 'https://github.com/hartym/bonobo'.format(version=version),
)