Set current repo url in setup.py.

This commit is contained in:
Piotr Maliński 2015-07-07 20:33:50 +02:00
parent 08b543d79d
commit c3af8c0088
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setup(
long_description=open('README.rst', 'r').read() + open('AUTHORS.rst', 'r').read() + open('CHANGELOG.rst', 'r').read(),
author='Shaun Sephton & Piotr Malinski',
author_email='riklaunim@gmail.com',
url='https://github.com/shaunsephton/django-ckeditor',
url='https://github.com/django-ckeditor/django-ckeditor',
packages=find_packages(exclude=["*.demo"]),
install_requires=[
'Django',