update with latest edgy.project release reordering setup.py entries
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# This file has been auto-generated.
|
||||
# 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_BASENAME ?= $(shell basename $(PYTHON))
|
||||
|
||||
6
setup.py
6
setup.py
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user