Skip to content

Commit

Permalink
Merge pull request #38 from Cambridge-ICCS/binder
Browse files Browse the repository at this point in the history
Add setup.py file to allow running on binder.
  • Loading branch information
jatkinson1000 committed Nov 19, 2023
2 parents b9d41c8 + 6ff1deb commit 52dc8e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!usr/bin/env python

from setuptools import setup

if __name__ == "__main__":
setup()

0 comments on commit 52dc8e0

Please sign in to comment.