Changing description

This commit is contained in:
Roman Mogilatov 2015-04-14 20:18:25 +03:00
parent 8e78f937c8
commit 463f219307
2 changed files with 3 additions and 5 deletions

View File

@ -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 |

View File

@ -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',