diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a1546e9 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include soundcld/headers.json diff --git a/setup.py b/setup.py index 7a3ba05..95c5c61 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,5 @@ 'Operating System :: OS Independent', ], python_requires='>=3.8', - include_package_data=True, - package_data={ - '': ['*.json'], - }, + include_package_data=True )