Skip to content

Commit

Permalink
hatch-vcs dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 17, 2024
1 parent 7ac8043 commit c1036cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "edgedb-pydantic-codegen"
version = "2024.10.6-dev"
dynamic = ["version"]
description = "Alternative Python EdgeDB code generator (Pydantic V2 + asyncio, FastAPI compatible)"
readme = "README.md"
license = { file = "LICENSE" }
license = "MIT"
authors = [{ name = "NextFire", email = "git@yuru.moe" }]
requires-python = ">=3.11"
dependencies = [
Expand All @@ -23,12 +23,15 @@ dev-dependencies = ["pyright==1.1.385"]
edgedb-pydantic-codegen = "edgedb_pydantic_codegen.__main__:cli"

[project.urls]
Homepage = "https://github.com/Japan7/edgedb-pydantic-codegen"
homepage = "https://github.com/Japan7/edgedb-pydantic-codegen"

[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "vcs"

[tool.pyright]
pythonVersion = "3.11"
reportDeprecated = true
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1036cb

Please sign in to comment.