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.
1 parent fc18a23 commit 0aa78afCopy full SHA for 0aa78af
setup.py
@@ -58,7 +58,7 @@ def read_requirements(req="base.txt"):
58
url="https://github.com/awslabs/serverless-application-model",
59
license="Apache License 2.0",
60
# Exclude all but the code folders
61
- packages=find_packages(exclude=("tests", "docs", "examples", "versions")),
+ packages=find_packages(exclude=("tests", "tests.*", "docs", "examples", "versions")),
62
install_requires=read_requirements("base.txt"),
63
include_package_data=True,
64
extras_require={"dev": read_requirements("dev.txt")},
0 commit comments