Skip to content

Commit fd5abee

Browse files
Update pyproject.toml
1 parent 555ebed commit fd5abee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "dean-lab-docs"
77
description = "The Dean Lab, UT Southwestern Medical Center."
88
authors = [{name = "The Dean Lab, UT Southwestern Medical Center"}]
99
readme = "README.md"
10+
dynamic = ["version"]
1011
license = {file = "LICENSE.md"}
1112
classifiers = [
1213
"Programming Language :: Python :: 3.9",
@@ -26,6 +27,9 @@ dependencies = [
2627
"sphinx-toolbox"
2728
]
2829

29-
3030
[project.urls]
31-
Source = "https://github.com/TheDeanLab/TheDeanLab.github.io"
31+
Source = "https://thedeanlab.github.io"
32+
33+
34+
[tool.setuptools.dynamic]
35+
version = 1.0

0 commit comments

Comments
 (0)