From 64a25800e21f4a7e09c28bbc645ac8fce4eefc17 Mon Sep 17 00:00:00 2001 From: kyle Date: Tue, 27 Aug 2024 18:22:49 -0400 Subject: [PATCH] Remove unnecessary files from Python package (#189) These files were included in the wheel but are unnecessary for the library to function. This indirectly fixes #188 since a releasenote file name is too long for Windows. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 058ba42..677480e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ long_description=long_description, long_description_content_type="text/markdown", license="BSD 3", - packages=find_packages(exclude=["tests*"]), + packages=find_packages(exclude=["tests*", "releasenotes", "scripts"]), package_data={"ddapm_test_agent": ["py.typed"]}, python_requires=">=3.8", install_requires=[