diff --git a/setup.py b/setup.py index b024da8..2544149 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,7 @@ from setuptools import setup -setup() +if __name__ == "__main__": + setup( + # see setup.cfg + )