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'