Update project title and description

This commit is contained in:
Roman Mogilatov 2016-10-12 10:41:50 +03:00
parent 489885fda9
commit e22dd14596
3 changed files with 15 additions and 15 deletions

View File

@ -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 *Dependency Injector* is a dependency injection microframework for Python.
designed to be unified, developer-friendly tool that helps to implement It was designed to be unified, developer-friendly tool that helps to implement
dependency injection pattern in formal, pretty, Pythonic way. dependency injection pattern in formal, pretty, Pythonic way.
*Dependency Injector* framework key features are: *Dependency Injector* framework key features are:

View File

@ -1,17 +1,17 @@
============================================================= ======================================================================
Dependency Injector --- Python dependency injection framework Dependency Injector --- Dependency injection microframework for Python
============================================================= ======================================================================
.. meta:: .. meta::
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control :keywords: Python,DI,Dependency injection,IoC,Inversion of Control
:google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA :google-site-verification: 6it89zX0_wccKEhAqbAiYQooS95f0BA8YfesHk6bsNA
:description: Dependency Injector is a Python dependency injection :description: Dependency Injector is a dependency injection microframework
framework. It was designed to be unified, developer's for Python. It was designed to be unified, developer-friendly
friendly tool for managing any kind of Python objects and tool that helps to implement dependency injection pattern in
their dependencies in formal, pretty way. formal, pretty, Pythonic way.
*Dependency Injector* is a Python dependency injection framework. It was *Dependency Injector* is a dependency injection microframework for Python.
designed to be unified, developer-friendly tool that helps to implement It was designed to be unified, developer-friendly tool that helps to implement
dependency injection pattern in formal, pretty, Pythonic way. dependency injection pattern in formal, pretty, Pythonic way.
*Dependency Injector* framework key features are: *Dependency Injector* framework key features are:

View File

@ -42,7 +42,7 @@ class PublishCommand(Command):
setup(name='dependency-injector', setup(name='dependency-injector',
version=version, version=version,
description='Python dependency injection framework', description='Dependency injection microframework for Python',
long_description=description, long_description=description,
author='ETS Labs', author='ETS Labs',
author_email='rmogilatov@gmail.com', author_email='rmogilatov@gmail.com',