Skip to content

Commit

Permalink
Resolve issue 2529 (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntzhan committed Aug 18, 2022
1 parent 7ddbe5e commit 09089b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def open_local(paths, mode="r", encoding="utf8"):
"Build fast. Run fast."
),
"long_description": long_description,
"packages": find_packages(),
"packages": find_packages(exclude=("tests", "tests.*")),
"package_data": {"sanic": ["py.typed"]},
"platforms": "any",
"python_requires": ">=3.7",
Expand Down

0 comments on commit 09089b1

Please sign in to comment.