Skip to content

Commit

Permalink
Tell setuptools where to find the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Nov 22, 2023
1 parent fc47085 commit 993892d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "ops.__version__"}

[tool.pip-tools]
generate-hashes = true
strip-extras = true
Expand Down

0 comments on commit 993892d

Please sign in to comment.