From 6f0bd441fe1905eb67d2291be3703f5bd2e34658 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 25 Apr 2016 11:07:47 +0300 Subject: [PATCH] Update repositary url --- README.rst | 58 +++++++++++++++++++++++++++--------------------------- setup.py | 5 +++-- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/README.rst b/README.rst index ae2e933c..05fe1412 100644 --- a/README.rst +++ b/README.rst @@ -19,31 +19,31 @@ of Python objects and their dependencies in formal, pretty way. Status ------ -+---------------------------------------+---------------------------------------------------------------------------------+ -| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Latest Version | -| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Downloads | -| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: License | -+---------------------------------------+---------------------------------------------------------------------------------+ -| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python versions | -| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | -| | :target: https://pypi.python.org/pypi/dependency_injector/ | -| | :alt: Supported Python implementations | -+---------------------------------------+---------------------------------------------------------------------------------+ -| *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/dependency_injector.svg?branch=master | -| | :target: https://travis-ci.org/ets-labs/dependency_injector | -| | :alt: Build Status | -| | .. image:: https://coveralls.io/repos/ets-labs/dependency_injector/badge.svg | -| | :target: https://coveralls.io/r/ets-labs/dependency_injector | -| | :alt: Coverage Status | -+---------------------------------------+---------------------------------------------------------------------------------+ ++---------------------------------------+----------------------------------------------------------------------------------------+ +| *PyPi* | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Latest Version | +| | .. image:: https://img.shields.io/pypi/dm/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Downloads | +| | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: License | ++---------------------------------------+----------------------------------------------------------------------------------------+ +| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python versions | +| | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg | +| | :target: https://pypi.python.org/pypi/dependency_injector/ | +| | :alt: Supported Python implementations | ++---------------------------------------+----------------------------------------------------------------------------------------+ +| *Builds and tests coverage* | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master | +| | :target: https://travis-ci.org/ets-labs/python-dependency-injector | +| | :alt: Build Status | +| | .. image:: https://coveralls.io/repos/ets-labs/python-dependency-injector/badge.svg | +| | :target: https://coveralls.io/r/ets-labs/python-dependency-injector | +| | :alt: Coverage Status | ++---------------------------------------+----------------------------------------------------------------------------------------+ Installation ------------ @@ -114,7 +114,7 @@ Example You can get more *Dependency Injector* examples in ``/examples`` directory on GitHub: - https://github.com/ets-labs/dependency_injector + https://github.com/ets-labs/python-dependency-injector Documentation ------------- @@ -130,14 +130,14 @@ Feedback Feel free to post questions, bugs, feature requests, proposals etc. on *Dependency Injector* GitHub Issues: - https://github.com/ets-labs/dependency_injector/issues + https://github.com/ets-labs/python-dependency-injector/issues Your feedback is quite important! .. _PyPi: https://pypi.python.org/pypi/dependency_injector -.. _User's guide: http://dependency-injector.ets-labs.org/en/stable/ -.. _API docs: http://dependency-injector.ets-labs.org/en/stable/api/ +.. _User's guide: http://python-dependency-injector.ets-labs.org/en/stable/ +.. _API docs: http://python-dependency-injector.ets-labs.org/en/stable/api/ .. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code .. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29 .. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control diff --git a/setup.py b/setup.py index d07570d6..19e8f3b2 100644 --- a/setup.py +++ b/setup.py @@ -48,8 +48,9 @@ setup(name='dependency_injector', author_email='rmogilatov@gmail.com', maintainer='Roman Mogilatov', maintainer_email='rmogilatov@gmail.com', - url='https://github.com/ets-labs/dependency_injector', - bugtrack_url='https://github.com/ets-labs/dependency_injector/issues', + url='https://github.com/ets-labs/python-dependency-injector', + bugtrack_url='https://github.com/ets-labs/python-dependency-injector' + + '/issues', download_url='https://pypi.python.org/pypi/dependency_injector', license='BSD New', packages=['dependency_injector',