mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-14 02:23:13 +00:00
Correct package URL.
This commit is contained in:
parent
ab0d3ba161
commit
c2647cc227
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ setup(
|
|||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
author_email='tyson@clugg.net',
|
||||
url='https://github.com/tysonclugg/django-ddp',
|
||||
url='https://github.com/commoncode/django-ddp',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue