Skip to content

Commit a513ef1

Browse files
committed
Added setup.py
1 parent 6520dd6 commit a513ef1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)