--- a/setup.cfg
+++ b/setup.cfg
@@ -100,6 +100,9 @@ mypy =
 
 [options.packages.find]
 where = src
+exclude = 
+	*.test
+	*.test.*
 
 [options.entry_points]
 console_scripts = 
@@ -119,6 +122,7 @@ console_scripts =
 	*.pxi
 	*.pyx
 	build.bat
+	test/*
 
 [flake8]
 disable-noqa = True