We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172b1da + efcb898 commit 5df8a90Copy full SHA for 5df8a90
Makefile
@@ -3,7 +3,7 @@
3
test:
4
pytest
5
6
-package:
+pkg:
7
hatch build
8
9
pydantic_cli/_version.py
@@ -1 +1 @@
1
-__version__ = "8.0.0"
+__version__ = "9.0.0"
pyproject.toml
@@ -34,6 +34,9 @@ allow-direct-references = true
34
[tool.hatch.build.targets.wheel]
35
packages = ['pydantic_cli', 'pydantic_cli.examples']
36
37
+[tool.hatch.bulid.targets.wheel.sources]
38
+src = "pydantic_cli"
39
+
40
[tool.hatch.version]
41
path = "pydantic_cli/_version.py"
42
0 commit comments