Update links to repository due to new location
parent
aa0e8a92f1
commit
0353b6ec86
|
|
@ -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
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue