diff --git a/Makefile b/Makefile index 9eaca03..42f71a6 100644 --- a/Makefile +++ b/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)) diff --git a/setup.py b/setup.py index d8c06d9..f2b3bb6 100644 --- a/setup.py +++ b/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),