Fix tests not being excluded in wheel

This commit is contained in:
Timmy Welch 2025-01-05 18:40:28 -08:00
parent 8fbb40bb76
commit e8e21eb1b6

View File

@ -55,7 +55,9 @@ install_requires =
python_requires = >=3.9
[options.packages.find]
exclude = tests; testing
exclude =
tests*
testing*
[options.entry_points]
console_scripts = comictagger=comictaggerlib.main:main