Skip to content

Commit

Permalink
chore: exclude tests from build output (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Jul 1, 2024
1 parent 568d85b commit aab747d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude tests/*
recursive-exclude tests *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ max-args = 25
include-package-data = true

[tool.setuptools.packages]
find = {}
find = {exclude = ["tests*"]}

[tool.setuptools_scm]

0 comments on commit aab747d

Please sign in to comment.