From 60cd914556cb30c8389883732bb6b80e77ea5b7b Mon Sep 17 00:00:00 2001 From: Chenxuan Rong Date: Wed, 10 May 2023 15:40:07 +1000 Subject: [PATCH] fix: exclude manifest.in --- MANIFEST.in | 2 -- setup.py | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index fb2a5f7f8..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -include piperider_cli/data/** -include piperider_cli/profiler/schema.json \ No newline at end of file diff --git a/setup.py b/setup.py index 2ebd6cf1d..efbd1e19e 100644 --- a/setup.py +++ b/setup.py @@ -92,5 +92,4 @@ def _get_version(): ], package_data={ 'piperider_cli': ['*.json', 'VERSION', 'SENTRY_DNS', 'data/**', 'profiler/schema.json'] - }, - include_package_data=True) + })