From 0353b6ec867703782285cf5fdcaade07c59367dc Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Fri, 17 Jun 2016 18:02:16 +0200 Subject: [PATCH] Update links to repository due to new location --- docs/contributing.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index d4e99d2..defd99a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 diff --git a/setup.py b/setup.py index 64a126a..bb3193f 100755 --- a/setup.py +++ b/setup.py @@ -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',