Skip to content

Commit

Permalink
Exclude test and docs from package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelolasagasti committed May 31, 2023
1 parent 1f96da2 commit 5b89f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ version = { attr = "pgactivity.__version__" }

[tool.setuptools.packages.find]
where = ["."]
exclude = ["tests*", "docs*"]

[tool.black]
line-length = 88
Expand Down

0 comments on commit 5b89f83

Please sign in to comment.