Update links to repository due to new location

fix_request_path_info
Diederik van der Boor 2016-06-17 18:02:16 +02:00
parent aa0e8a92f1
commit 0353b6ec86
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Contributing
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

View File

@ -21,13 +21,13 @@ def find_version(*parts):
setup(
name='django_polymorphic',
name='django-polymorphic',
version=find_version('polymorphic', '__init__.py'),
license='BSD',
description='Seamless Polymorphic Inheritance for Django Models',
long_description=read('README.rst'),
url='https://github.com/chrisglass/django_polymorphic',
url='https://github.com/django-polymorphic/django-polymorphic',
author='Bert Constantin',
author_email='bert.constantin@gmx.de',