From 7b2dedb06a1dc2dc92440ecce28faa80afe4c3af Mon Sep 17 00:00:00 2001 From: jar3b Date: Fri, 23 Aug 2019 11:14:57 +0300 Subject: [PATCH] fix: fix setup.py 2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5be1cc7..98477c4 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,6 @@ setup( author_email='jar3b@outlook.com', description='Python handler for logag', install_requires=[ - 'git+https://github.com/graham/python_xid.git#egg=xid==1.0.5', + 'xid==1.0.5 @ git+https://github.com/graham/python_xid.git#egg=xid', ] )