diff --git a/setup.py b/setup.py deleted file mode 100644 index 2962c37..0000000 --- a/setup.py +++ /dev/null @@ -1,5 +0,0 @@ -# This a dummy setup.py to enable GitHub "Used By" stats -# Third Party Library -from setuptools import setup - -setup(name="data_extractor")