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 9f42823 + cc7b83a commit c5c9249Copy full SHA for c5c9249
setup.py
@@ -25,7 +25,7 @@ def find_version(*file_paths):
25
setup(
26
name="codeguru_profiler_agent",
27
version=find_version("codeguru_profiler_agent/agent_metadata", "agent_metadata.py"),
28
- packages=find_packages(exclude="test"),
+ packages=find_packages(exclude=("test",)),
29
30
description="The Python agent to be used for Amazon CodeGuru Profiler",
31
long_description="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html",
0 commit comments