Skip to content

Commit

Permalink
Merge pull request #18 from AMDmi3/patch-1
Browse files Browse the repository at this point in the history
Fix tests package name when excluding it
  • Loading branch information
pudo authored Apr 26, 2022
2 parents 17c8e14 + 66a58fa commit eddd47e
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 @@ -24,7 +24,7 @@
url="http://github.com/pudo/normality",
license="MIT",
package_data={"banal": ["py.typed"]},
packages=find_packages(exclude=["ez_setup", "examples", "test"]),
packages=find_packages(exclude=["ez_setup", "examples", "tests"]),
namespace_packages=[],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit eddd47e

Please sign in to comment.