From 9bdc247818fffb32611d2c1d87e6f9d58c48aa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E7=8E=AE=20=28Jade=20Lin=29?= Date: Thu, 22 Apr 2021 22:06:39 +0800 Subject: [PATCH] ci: remove the dummy setup.py file --- setup.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 setup.py 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")