Skip to content

Commit

Permalink
fix dependency links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Razzhivin committed Mar 22, 2012
1 parent 741944a commit 6304ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
packages = find_packages(exclude=['demo_project',]),
include_package_data=True,
dependency_links = [
'https://github.com/RANUX/django-videos/tarball/master',
'https://github.com/RANUX/django-videos/tarball/master#egg=django-videos',
],
install_requires = [
'django>=1.3',
Expand Down

0 comments on commit 6304ae3

Please sign in to comment.