fix: use github package for xid (with py3 support)
This commit is contained in:
parent
ff8a08f35f
commit
98e9c9a122
@ -1 +1 @@
|
|||||||
xid==1.0.4
|
git+https://github.com/graham/python_xid.git
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='logag-python-handler',
|
name='logag-python-handler',
|
||||||
version='0.1.0',
|
version='0.1.1',
|
||||||
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user