Skip to content

Commit f07ef58

Browse files
committed
fix: exclude test folder from build
1 parent bb67b56 commit f07ef58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ setup_requires =
3131
cython
3232
numpy
3333

34+
[options.packages.find]
35+
exclude = tests
36+
37+
3438
[tool:pytest]
3539
filterwarnings =
3640
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning

0 commit comments

Comments
 (0)