Added first structure and tests
This commit is contained in:
12
src/setup.py
Normal file
12
src/setup.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name='sh_edraft',
|
||||
version='2020.0.1',
|
||||
packages=setuptools.find_packages(),
|
||||
url='https://www.sh-edraft.de',
|
||||
license='MIT',
|
||||
author='Sven Heidemann',
|
||||
author_email='edraft.sh@gmail.com',
|
||||
description='sh-edraft python common lib'
|
||||
)
|
||||
Reference in New Issue
Block a user