We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6520dd6 commit a513ef1Copy full SHA for a513ef1
setup.py
@@ -0,0 +1,13 @@
1
+from setuptools import setup, find_packages
2
+
3
4
+setup(
5
+ name='sisyphus',
6
+ version='1.0.0',
7
+ packages=['sisyphus'],
8
+ license='Mozilla Public License Version 2.0',
9
+ long_description=open('README.md').read(),
10
+ author="Jan-Thorsten Peter",
11
+ author_email="jtpeter@apptek.com",
12
+ url="https://github.com/rwth-i6/sisyphus"
13
+)
0 commit comments