From 463f219307d95723fce10bae93b2e5167767ee19 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Tue, 14 Apr 2015 20:18:25 +0300 Subject: [PATCH] Changing description --- docs/index.rst | 2 +- setup.py | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f472cb2f..d1f9d13f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Objects ======= -Dependency management tool for Python projects. +Dependency injector for Python projects. +---------------------------------------+-------------------------------------------------------------------+ | *PyPi* | .. image:: https://pypip.in/version/Objects/badge.svg | diff --git a/setup.py b/setup.py index a000fa98..9bd3f607 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup from setuptools import Command -SHORT_DESCRIPTION = 'Dependency management tool for Python projects' +SHORT_DESCRIPTION = 'Dependency injector for Python projects' # Getting description. @@ -47,8 +47,6 @@ class PublishCommand(Command): self.run_command('upload') os.system('git tag -a {0} -m \'version {0}\''.format(version)) os.system('git push --tags') - - setup(name='Objects', version=version, description=SHORT_DESCRIPTION, @@ -69,9 +67,9 @@ setup(name='Objects', 'Dependency management', 'Dependency injection', 'Dependency injection container', + 'Dependency injector', 'DI', 'DIC', - 'Dependency injector', 'Inversion of Control', 'Inversion of Control container', 'IoC',