From 8a178ddfa8f69ff8145d55833986bd6fb812a0f7 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 26 Dec 2016 11:52:43 +0100 Subject: [PATCH] update with latest edgy.project release reordering setup.py entries --- Makefile | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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),