Skip to content

Commit 77b79b2

Browse files
authored
Add tests back to the wheel (#16)
1 parent 0bbd1e7 commit 77b79b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ all = ["pvpltools[test,docs]"]
5656
include-package-data = true # inclusion of non-python files in the package folder (like data files) [default: true]
5757
[tool.setuptools.packages.find]
5858
include = ["pvpltools*"]
59-
exclude = ["pvpltools.test*"]
60-
[tool.setuptools.exclude-package-data]
61-
pvpltools = ["test/*"] # exclude test folder from the package
6259

6360
[tool.setuptools_scm]
6461

0 commit comments

Comments
 (0)