Skip to content

Commit

Permalink
Merge pull request #65 from mpkocher/fix-build
Browse files Browse the repository at this point in the history
Change build to hatchling. fix src dir. Bump to 8.0.0
  • Loading branch information
mpkocher authored Aug 23, 2024
2 parents 7cbbbda + a68d9ad commit 172b1da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test:
pytest

package:
python setup.py sdist bdist_wheel
hatch build


deploy:
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__ = "7.0.0"
__version__ = "8.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ packages = ['pydantic_cli', 'pydantic_cli.examples']
path = "pydantic_cli/_version.py"

[tool.hatch.build]
include = ['CHANGELOG.md']
include = ['CHANGELOG.md', 'pydantic_cli']

0 comments on commit 172b1da

Please sign in to comment.