Skip to content

Commit

Permalink
Merge pull request #31 from extrawest/hotfix/build-tool-exclude-fix
Browse files Browse the repository at this point in the history
[hotfix] exclude docs from package building.
  • Loading branch information
oleksandr-bozbei-ew authored Dec 15, 2023
2 parents 8a3f944 + e4c8a79 commit 27e64ef
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 27e64ef

Please sign in to comment.