diff --git a/setup.py b/setup.py index 6409d49..04b13eb 100644 --- a/setup.py +++ b/setup.py @@ -47,12 +47,9 @@ setup( "redis", "requests>=2.8.0", "requests-cache", - "f04c890ecca4d8921cd838a96db3e3345a80b4f0-0.1", + "git+https://github.com/tripougnif/python-httpsig-socialhome.git@f04c890ecca4d8921cd838a96db3e3345a80b4f0#egg=httpsig==0.1", ], include_package_data=True, - dependency_links=[ - "https://github.com/tripougnif/python-httpsig-socialhome/tarball/master#egg=f04c890ecca4d8921cd838a96db3e3345a80b4f0-0.1" - ], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment',