Skip to content

Commit abe2ba2

Browse files
Merge pull request #32 from extrawest/hotfix/wheel-package-specify
[hotfix] Specify package.
2 parents 27e64ef + 6262ae8 commit abe2ba2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ Repository = "https://github.com/extrawest/extrawest_ocpi"
5151
[tool.hatch.version]
5252
path = "py_ocpi/__init__.py"
5353

54-
[tool.hatch.build.targets.sdist]
55-
exclude = [
56-
"/docs/",
57-
]
54+
[tool.hatch.build.targets.wheel]
55+
packages = ["py_ocpi/__init__.py"]
5856

5957
[tool.flake8]
6058
max-line-length = 88

0 commit comments

Comments
 (0)