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

@ -1,7 +1,7 @@
# This file has been auto-generated. # This file has been auto-generated.
# All changes will be lost, see Projectfile. # All changes will be lost, see Projectfile.
# #
# Updated at 2016-12-26 11:43:38.014112 # Updated at 2016-12-26 11:52:20.154236
PYTHON ?= $(shell which python) PYTHON ?= $(shell which python)
PYTHON_BASENAME ?= $(shell basename $(PYTHON)) PYTHON_BASENAME ?= $(shell basename $(PYTHON))

View File

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