Skip to content

Commit

Permalink
[Build] Add build file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Mar 20, 2019
1 parent 77ca766 commit 975559b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
@@ -0,0 +1,2 @@

python setup.py sdist
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -5,6 +5,7 @@ def readme():
with open('README.rst') as f:
return f.read()


setup(name='paper_cup',
version='19.3.5',
license='MIT',
Expand Down

0 comments on commit 975559b

Please sign in to comment.