Skip to content

Commit

Permalink
fix: exclude docs from package building.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-bozbei-ew committed Dec 15, 2023
1 parent 8a3f944 commit e4c8a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Repository = "https://github.com/extrawest/extrawest_ocpi"
[tool.hatch.version]
path = "py_ocpi/__init__.py"

[tool.hatch.build.targets.sdist]
exclude = [
"/docs/",
]

[tool.flake8]
max-line-length = 88
per-file-ignores = [
Expand Down

0 comments on commit e4c8a79

Please sign in to comment.