Skip to content

Commit

Permalink
More fixes to fix issue with hatchling build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher committed Aug 23, 2024
1 parent 172b1da commit efcb898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
test:
pytest

package:
pkg:
hatch build


Expand Down
2 changes: 1 addition & 1 deletion pydantic_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.0.0"
__version__ = "9.0.0"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ['pydantic_cli', 'pydantic_cli.examples']

[tool.hatch.bulid.targets.wheel.sources]
src = "pydantic_cli"

[tool.hatch.version]
path = "pydantic_cli/_version.py"

Expand Down

0 comments on commit efcb898

Please sign in to comment.