Skip to content

Commit

Permalink
fix: use cargo.toml's package.version as the source of truth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored and danhje committed Jan 13, 2025
1 parent 1fa927e commit 622cd1a
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
@@ -1,7 +1,6 @@
[project]
name = "quick-xmltodict"
description = "Efficient XML-to-dict conversion backed by Rust"
version = "0.1.2"
authors = [{name = "Daniel Hjertholm", email = "[email protected]"}]
readme = "README.md"
license = "MIT"
Expand All @@ -18,6 +17,7 @@ classifiers = [
"Topic :: Text Processing :: Markup :: XML",
]
dependencies = []
dynamic = ["version"] # Source version from Cargo.toml's package.version

[project.urls]
Repository = "https://github.com/statnett/quick-xmltodict"
Expand Down

0 comments on commit 622cd1a

Please sign in to comment.