File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ name = "vocalpy_site"
77authors = [{name = " David Nicholson" , email = " nickledave@users.noreply.github.com" }]
88license = {file = " LICENSE" }
99classifiers = [" 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 ]
1314Home = " https://github.com/vocalpy/vocalpy_site"
1415
1516[project .optional-dependencies ]
1617doc = [
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]
2727dev = [
28- " vocalpy [doc]"
28+ " vocalpy_site [doc]"
2929]
You can’t perform that action at this time.
0 commit comments