Skip to content

Commit

Permalink
ci(hydro_deploy): set dynamic=version in pyproject (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel authored Jan 6, 2025
1 parent ba816b3 commit e5e6b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hydro_deploy/hydro_cli/hydro/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_core.abi3.so
*.pyd
1 change: 1 addition & 0 deletions hydro_deploy/hydro_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "A toolkit for deploying Hydro services to cloud platforms."
readme = "README.md"
dependencies = []
requires-python = ">=3.7"
dynamic = ["version"]

[build-system]
requires = ["maturin>=1.0.0"]
Expand Down

0 comments on commit e5e6b75

Please sign in to comment.