diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..03ad010b --- /dev/null +++ b/setup.py @@ -0,0 +1,5 @@ +# this is necessary to allow +# pip install -e . +# to work +from setuptools import setup +setup()