Skip to content

Commit

Permalink
Merge pull request #102 from esheldon/pyproject-version
Browse files Browse the repository at this point in the history
bug in dynamic version
  • Loading branch information
JoanneBogart authored May 28, 2024
2 parents e6b60f3 + 14fc676 commit 7f0d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
requires-python = ">=3.7" # For setuptools >= 61.0 support

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

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 7f0d02b

Please sign in to comment.