Skip to content

Commit 52dc8e0

Browse files
Merge pull request #38 from Cambridge-ICCS/binder
Add setup.py file to allow running on binder.
2 parents b9d41c8 + 6ff1deb commit 52dc8e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!usr/bin/env python
2+
3+
from setuptools import setup
4+
5+
if __name__ == "__main__":
6+
setup()

0 commit comments

Comments
 (0)