From d626667b26ce84386913620f3705fe4218c8c21b Mon Sep 17 00:00:00 2001 From: Alain St-Denis Date: Wed, 11 Jan 2023 17:33:35 +0000 Subject: [PATCH] learning how to pull from git in setup.py, take #3... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04b13eb..ebcd20a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "redis", "requests>=2.8.0", "requests-cache", - "git+https://github.com/tripougnif/python-httpsig-socialhome.git@f04c890ecca4d8921cd838a96db3e3345a80b4f0#egg=httpsig==0.1", + "httpsig @ git+https://github.com/tripougnif/python-httpsig-socialhome.git@f04c890ecca4d8921cd838a96db3e3345a80b4f0#egg=httpsig==0.1", ], include_package_data=True, classifiers=[