Skip to content

Commit a1a0f50

Browse files
Merge pull request #8 from IKaftanov/master
Exclude tests dir from package build
2 parents bb67b56 + f07ef58 commit a1a0f50

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)