Skip to content

Commit e9a824a

Browse files
authored
Merge pull request #14 from aws/issue-13
Add requirements.txt in PyPI source release
2 parents ea6a2f1 + 22c6feb commit e9a824a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def find_version(*file_paths):
2626
name="codeguru_profiler_agent",
2727
version=find_version("codeguru_profiler_agent/agent_metadata", "agent_metadata.py"),
2828
packages=find_packages(exclude=("test",)),
29-
29+
include_package_data=True,
3030
description="The Python agent to be used for Amazon CodeGuru Profiler",
3131
long_description=read("README.md"),
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)