We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea6a2f1 + 22c6feb commit e9a824aCopy full SHA for e9a824a
MANIFEST.in
@@ -0,0 +1 @@
1
+include requirements.txt
setup.py
@@ -26,7 +26,7 @@ def find_version(*file_paths):
26
name="codeguru_profiler_agent",
27
version=find_version("codeguru_profiler_agent/agent_metadata", "agent_metadata.py"),
28
packages=find_packages(exclude=("test",)),
29
-
+ include_package_data=True,
30
description="The Python agent to be used for Amazon CodeGuru Profiler",
31
long_description=read("README.md"),
32
long_description_content_type="text/markdown",
0 commit comments