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

View File

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

View File

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