--- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,10 @@ python_tcxparser packages = find: +[options.packages.find] +exclude = + tests* + [options.extras_require] test = pytest