Update links to repository due to new location
This commit is contained in:
@@ -3,7 +3,7 @@ Contributing
|
|||||||
|
|
||||||
You can contribute to *django-polymorphic* to forking the code on GitHub:
|
You can contribute to *django-polymorphic* to forking the code on GitHub:
|
||||||
|
|
||||||
https://github.com/chrisglass/django_polymorphic
|
https://github.com/django-polymorphic/django-polymorphic
|
||||||
|
|
||||||
|
|
||||||
Running tests
|
Running tests
|
||||||
|
|||||||
@@ -21,13 +21,13 @@ def find_version(*parts):
|
|||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django_polymorphic',
|
name='django-polymorphic',
|
||||||
version=find_version('polymorphic', '__init__.py'),
|
version=find_version('polymorphic', '__init__.py'),
|
||||||
license='BSD',
|
license='BSD',
|
||||||
|
|
||||||
description='Seamless Polymorphic Inheritance for Django Models',
|
description='Seamless Polymorphic Inheritance for Django Models',
|
||||||
long_description=read('README.rst'),
|
long_description=read('README.rst'),
|
||||||
url='https://github.com/chrisglass/django_polymorphic',
|
url='https://github.com/django-polymorphic/django-polymorphic',
|
||||||
|
|
||||||
author='Bert Constantin',
|
author='Bert Constantin',
|
||||||
author_email='bert.constantin@gmx.de',
|
author_email='bert.constantin@gmx.de',
|
||||||
|
|||||||
Reference in New Issue
Block a user