Skip to content

Commit

Permalink
Fix package version name on build
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Apr 15, 2024
1 parent 8e57338 commit bac18b1
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 @@ -14,7 +14,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

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

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit bac18b1

Please sign in to comment.