@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.8
1515Classifier: Programming Language :: Python :: 3.9
1616Classifier: Programming Language :: Python :: 3.10
1717Classifier: Programming Language :: Python :: 3.11
18+ Classifier: Programming Language :: Python :: 3.12
1819Classifier: Topic :: Scientific/Engineering
1920Classifier: Topic :: Software Development :: Libraries :: Python Modules
2021Classifier: Topic :: System :: Distributed Computing
@@ -42,7 +43,7 @@ Requires-Dist: pytest-xdist>=2.0; extra == "test"
4243Requires-Dist: pytest-mock>=3.0; extra == "test"
4344Provides-Extra: docs
4445Requires-Dist: sphinx>=4.0; extra == "docs"
45- Requires-Dist: groundwork- sphinx-theme>=1.1.1 ; extra == "docs"
46+ Requires-Dist: sphinx-wagtail- theme>=6.0.0 ; extra == "docs"
4647Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "docs"
4748Requires-Dist: nbsphinx>=0.8; extra == "docs"
4849Requires-Dist: jupyter>=1.0; extra == "docs"
@@ -55,7 +56,7 @@ Requires-Dist: black>=21.0; extra == "all"
5556Requires-Dist: flake8>=3.8; extra == "all"
5657Requires-Dist: mypy>=0.812; extra == "all"
5758Requires-Dist: sphinx>=4.0; extra == "all"
58- Requires-Dist: groundwork- sphinx-theme>=1.1.1 ; extra == "all"
59+ Requires-Dist: sphinx-wagtail- theme>=6.0.0 ; extra == "all"
5960Requires-Dist: sphinx-autodoc-typehints>=1.12; extra == "all"
6061Requires-Dist: nbsphinx>=0.8; extra == "all"
6162Requires-Dist: jupyter>=1.0; extra == "all"
@@ -64,7 +65,8 @@ Requires-Dist: ipython>=7.0; extra == "all"
6465# Clustrix
6566
6667[](https://github.com/ContextLab/clustrix/actions/workflows/tests.yml)
67- [](https://github.com/ContextLab/clustrix/actions/workflows/coverage-badge.yml)
68+ [](https://badge.fury.io/py/clustrix)
69+ [](https://clustrix.readthedocs.io/en/latest/?badge=latest)
6870[](https://www.python.org/downloads/)
6971[](https://opensource.org/licenses/MIT)
7072
0 commit comments