fix: fix setup.py 2

This commit is contained in:
jar3b 2019-08-27 00:24:05 +03:00
parent 04e103788e
commit 5a052d8576

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='logag-python-handler', name='logag-python-handler',
version='0.1.3', version='0.1.4',
packages=['logag_handler'], packages=['logag_handler'],
url='https://gitlab.com/logag/logag-python-handler', url='https://gitlab.com/logag/logag-python-handler',
license='MIT', license='MIT',
@ -13,6 +13,6 @@ setup(
'xid==1.0.5', 'xid==1.0.5',
], ],
dependency_links=[ dependency_links=[
'git+https://github.com/graham/python_xid.git@master#egg=xid' 'git+https://github.com/graham/python_xid.git@master#egg=xid-1.0.5'
] ]
) )