diff --git a/setup.py b/setup.py new file mode 100644 index 000000000..4b59d36df --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +""" +Stub setup.py to allow editable installations on older pips. +""" +from setuptools import setup + +setup()