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