Skip to content

Commit aab747d

Browse files
authored
chore: exclude tests from build output (#314)
1 parent 568d85b commit aab747d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude tests/*
2+
recursive-exclude tests *

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ max-args = 25
8080
include-package-data = true
8181

8282
[tool.setuptools.packages]
83-
find = {}
83+
find = {exclude = ["tests*"]}
8484

8585
[tool.setuptools_scm]

0 commit comments

Comments
 (0)