Skip to content

Commit e37c4d9

Browse files
committed
Add pyproject.toml
1 parent 6f2ad5d commit e37c4d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ name = "vocalpy_site"
77
authors = [{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}]
88
license = {file = "LICENSE"}
99
classifiers = ["License :: OSI Approved :: MIT License"]
10-
dynamic = ["version", "description"]
10+
version = "0.1"
11+
description = "dummy package just so site can build"
1112

1213
[project.urls]
1314
Home = "https://github.com/vocalpy/vocalpy_site"
1415

1516
[project.optional-dependencies]
1617
doc = [
17-
"myst >=1.0.4",
18+
"myst-parser >=2.0.0",
1819
"pydata-sphinx-theme >=0.15.1",
1920
"Sphinx >=7.2.6",
2021
"sphinx-autobuild >= 2021.3.14",
21-
"sphinx-book-theme >=0.3.2",
2222
"sphinx-copybutton >=0.4.0",
2323
"sphinx-design >=0.2.0",
2424
"sphinxext-opengraph >=0.5.1",
2525
"sphinx-tabs >= 3.3.1",
2626
]
2727
dev = [
28-
"vocalpy[doc]"
28+
"vocalpy_site[doc]"
2929
]

0 commit comments

Comments
 (0)