Skip to content

Commit

Permalink
build: minify package data
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 12, 2023
1 parent 6b540cf commit b059a04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ write_to = "shtab/_dist_ver.py"
write_to_template = "__version__ = '{version}'\n"

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

[tool.setuptools.exclude-package-data]
"*" = ["logo.png"]

[project.urls]
documentation = "https://docs.iterative.ai/shtab"
Expand Down

0 comments on commit b059a04

Please sign in to comment.