From e22dd1459676281719b02d36fd0c321ecbcee450 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 12 Oct 2016 10:41:50 +0300 Subject: [PATCH] Update project title and description --- README.rst | 10 +++++----- docs/index.rst | 18 +++++++++--------- setup.py | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 20028864..c7888f6f 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ -=========================================================== -Dependency Injector - Python dependency injection framework -=========================================================== +====================================================================== +Dependency Injector --- Dependency injection microframework for Python +====================================================================== -*Dependency Injector* is a Python dependency injection framework. It was -designed to be unified, developer-friendly tool that helps to implement +*Dependency Injector* is a dependency injection microframework for Python. +It was designed to be unified, developer-friendly tool that helps to implement dependency injection pattern in formal, pretty, Pythonic way. *Dependency Injector* framework key features are: diff --git a/docs/index.rst b/docs/index.rst index 6703324f..6f0efc3d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,17 +1,17 @@ -============================================================= -Dependency Injector --- Python dependency injection framework -============================================================= +====================================================================== +Dependency Injector --- Dependency injection microframework for Python +====================================================================== .. meta:: :keywords: Python,DI,Dependency injection,IoC,Inversion of Control :google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA - :description: Dependency Injector is a Python dependency injection - framework. It was designed to be unified, developer's - friendly tool for managing any kind of Python objects and - their dependencies in formal, pretty way. + :description: Dependency Injector is a dependency injection microframework + for Python. It was designed to be unified, developer-friendly + tool that helps to implement dependency injection pattern in + formal, pretty, Pythonic way. -*Dependency Injector* is a Python dependency injection framework. It was -designed to be unified, developer-friendly tool that helps to implement +*Dependency Injector* is a dependency injection microframework for Python. +It was designed to be unified, developer-friendly tool that helps to implement dependency injection pattern in formal, pretty, Pythonic way. *Dependency Injector* framework key features are: diff --git a/setup.py b/setup.py index f5260023..5a11962c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ class PublishCommand(Command): setup(name='dependency-injector', version=version, - description='Python dependency injection framework', + description='Dependency injection microframework for Python', long_description=description, author='ETS Labs', author_email='rmogilatov@gmail.com',