Skip to content

Commit

Permalink
Add setup.py file to allow running on binder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed May 9, 2024
1 parent 1fd8354 commit c1e33f6
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 c1e33f6

Please sign in to comment.