Skip to content

Commit 5df8a90

Browse files
authored
Merge pull request #66 from mpkocher/fix-build-2
More fixes to fix issue with hatchling build
2 parents 172b1da + efcb898 commit 5df8a90

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
test:
44
pytest
55

6-
package:
6+
pkg:
77
hatch build
88

99

pydantic_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.0.0"
1+
__version__ = "9.0.0"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ allow-direct-references = true
3434
[tool.hatch.build.targets.wheel]
3535
packages = ['pydantic_cli', 'pydantic_cli.examples']
3636

37+
[tool.hatch.bulid.targets.wheel.sources]
38+
src = "pydantic_cli"
39+
3740
[tool.hatch.version]
3841
path = "pydantic_cli/_version.py"
3942

0 commit comments

Comments
 (0)