Skip to content

Commit

Permalink
Added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
critias committed Feb 11, 2020
1 parent 6520dd6 commit a513ef1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup, find_packages


setup(
name='sisyphus',
version='1.0.0',
packages=['sisyphus'],
license='Mozilla Public License Version 2.0',
long_description=open('README.md').read(),
author="Jan-Thorsten Peter",
author_email="[email protected]",
url="https://github.com/rwth-i6/sisyphus"
)

0 comments on commit a513ef1

Please sign in to comment.