We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa927e commit 622cd1aCopy full SHA for 622cd1a
pyproject.toml
@@ -1,7 +1,6 @@
1
[project]
2
name = "quick-xmltodict"
3
description = "Efficient XML-to-dict conversion backed by Rust"
4
-version = "0.1.2"
5
authors = [{name = "Daniel Hjertholm", email = "[email protected]"}]
6
readme = "README.md"
7
license = "MIT"
@@ -18,6 +17,7 @@ classifiers = [
18
17
"Topic :: Text Processing :: Markup :: XML",
19
]
20
dependencies = []
+dynamic = ["version"] # Source version from Cargo.toml's package.version
21
22
[project.urls]
23
Repository = "https://github.com/statnett/quick-xmltodict"
0 commit comments