Initial commit
This commit is contained in:
15
setup.py
Normal file
15
setup.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='logag-python-handler',
|
||||
version='0.1.0',
|
||||
packages=['logag_handler'],
|
||||
url='https://gitlab.com/logag/logag-python-handler',
|
||||
license='MIT',
|
||||
author='jar3b',
|
||||
author_email='jar3b@outlook.com',
|
||||
description='Python handler for logag',
|
||||
install_requires=[
|
||||
'xid==1.0.4',
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user