We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568d85b commit aab747dCopy full SHA for aab747d
MANIFEST.in
@@ -0,0 +1,2 @@
1
+exclude tests/*
2
+recursive-exclude tests *
pyproject.toml
@@ -80,6 +80,6 @@ max-args = 25
80
include-package-data = true
81
82
[tool.setuptools.packages]
83
-find = {}
+find = {exclude = ["tests*"]}
84
85
[tool.setuptools_scm]
0 commit comments