Skip to content

Commit 882f43c

Browse files
committed
Update pyproject.toml
1 parent 40ce39f commit 882f43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ requires = [ "setuptools>=82.0.1", "setuptools-scm>=10.0.5" ]
44

55
[project]
66
name = "template-uv-python-research-software"
7-
dynamic = [ "version" ]
87
description = "A template for Pythonic research software with environment management through uv."
98
readme = "README.md"
109
authors = [
@@ -18,6 +17,7 @@ classifiers = [
1817
"Programming Language :: Python :: 3.13",
1918
"Programming Language :: Python :: 3.14",
2019
]
20+
dynamic = [ "version" ]
2121
dependencies = [
2222
"copier>=9.15.1",
2323
]

0 commit comments

Comments
 (0)