2021-06-12 06:18:50 +08:00
|
|
|
--- a/setup.cfg
|
|
|
|
+++ b/setup.cfg
|
2022-02-15 21:28:16 +08:00
|
|
|
@@ -100,6 +100,9 @@ mypy =
|
2018-01-16 00:40:45 +08:00
|
|
|
|
2021-06-12 06:18:50 +08:00
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
|
|
|
+exclude =
|
|
|
|
+ *.test
|
|
|
|
+ *.test.*
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2022-02-15 21:28:16 +08:00
|
|
|
@@ -119,6 +122,7 @@ console_scripts =
|
2021-06-12 06:18:50 +08:00
|
|
|
*.pxi
|
|
|
|
*.pyx
|
|
|
|
build.bat
|
|
|
|
+ test/*
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
disable-noqa = True
|