From 62fd6f37f2706063ca59509687f909720ce803b3 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Fri, 3 Apr 2015 16:21:42 +0300 Subject: [PATCH] Minor updates of setup.py --- VERSION | 2 +- setup.py | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index 0a1ffad4..8bd6ba8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.4 +0.7.5 diff --git a/setup.py b/setup.py index 8e07535a..a000fa98 100644 --- a/setup.py +++ b/setup.py @@ -65,16 +65,18 @@ setup(name='Objects', cmdclass={ 'publish': PublishCommand, }, - keywords=['Dependency management', - 'Dependency injection', - 'Dependency injection container', - 'DI', - 'DIC', - 'Dependency injector', - 'Inversion of Control', - 'Inversion of Control container', - 'IoC', - 'IoC container'], + keywords=[ + 'Dependency management', + 'Dependency injection', + 'Dependency injection container', + 'DI', + 'DIC', + 'Dependency injector', + 'Inversion of Control', + 'Inversion of Control container', + 'IoC', + 'IoC container', + ], classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',