fix: fix setup.py
This commit is contained in:
parent
0702291c26
commit
63b59baad0
@ -1 +1 @@
|
|||||||
git+https://github.com/graham/python_xid.git
|
git+https://github.com/graham/python_xid.git#egg=xid==1.0.5
|
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.2',
|
version='0.1.3',
|
||||||
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',
|
||||||
@ -10,6 +10,6 @@ setup(
|
|||||||
author_email='jar3b@outlook.com',
|
author_email='jar3b@outlook.com',
|
||||||
description='Python handler for logag',
|
description='Python handler for logag',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'xid==1.0.4',
|
'git+https://github.com/graham/python_xid.git#egg=xid==1.0.5',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user