8000 Determine package version dynamically · sphinx-contrib/jquery@ba0dfbe · GitHub
[go: up one dir, main page]

Skip to content

Commit ba0dfbe

Browse files
committed
Determine package version dynamically
1 parent b67a38d commit ba0dfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ build-backend = "flit_core.buildapi"
55
# project metadata
66
[project]
77
name = "sphinxcontrib.jquery"
8-
version = "2.0.0"
98
description = "Extension to include jQuery on newer Sphinx releases"
109
readme = "README.rst"
1110
license.text = "BSD Zero Clause License"
@@ -37,6 +36,7 @@ classifiers = [
3736
dependencies = [
3837
"setuptools", # for pkg_resources
3938
]
39+
dynamic = ["version"]
4040

4141
[[project.authors]]
4242
name = "Adam Turner"

0 commit comments

Comments
 (0)
0