fix: fix setup.py 2
This commit is contained in:
parent
04e103788e
commit
5a052d8576
4
setup.py
4
setup.py
@ -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'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user