update with latest edgy.project release reordering setup.py entries

This commit is contained in:
Romain Dorgueil
2016-12-26 11:52:43 +01:00
parent 31dbfd8a22
commit 8a178ddfa8
2 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ except:
version = 'dev'
setup(
description = 'Bonobo',
install_requires = ['blessings >=1.6,<1.7', 'psutil >=5.0,<5.1'],
license = 'Apache License, Version 2.0',
name = 'bonobo',
description = 'Bonobo',
license = 'Apache License, Version 2.0',
install_requires = ['blessings >=1.6,<1.7', 'psutil >=5.0,<5.1'],
version = version,
long_description = read('README.rst'),
classifiers = read('classifiers.txt', tolines),