Update project title and description
This commit is contained in:
parent
489885fda9
commit
e22dd14596
10
README.rst
10
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:
|
||||
|
|
|
@ -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:
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in New Issue