Skip to content

Commit 66a58fa

Browse files
authored
Fix tests package name when excluding it
1 parent 17c8e14 commit 66a58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url="http://github.com/pudo/normality",
2525
license="MIT",
2626
package_data={"banal": ["py.typed"]},
27-
packages=find_packages(exclude=["ez_setup", "examples", "test"]),
27+
packages=find_packages(exclude=["ez_setup", "examples", "tests"]),
2828
namespace_packages=[],
2929
include_package_data=True,
3030
zip_safe=False,

0 commit comments

Comments
 (0)