@@ -18,14 +18,15 @@ authors = [
1818]
1919
2020classifiers = [
21- " Development Status :: 3 - Alpha " ,
21+ " Development Status :: 4 - Beta " ,
2222 " Environment :: Console" ,
23+ " Framework :: tox" ,
2324 " Intended Audience :: Developers" ,
2425 " Operating System :: POSIX :: Linux" ,
2526 " Operating System :: Unix" ,
2627 " Programming Language :: Python :: 3" ,
2728 " Topic :: Documentation" ,
28- " Topic :: Multimedia :: Graphics " ,
29+ " Topic :: Software Development " ,
2930 " Topic :: Software Development :: Libraries" ,
3031 " Topic :: Software Development :: Documentation" ,
3132 " Topic :: Software Development :: Testing" ,
@@ -40,6 +41,7 @@ requires-python = ">=3.9"
4041
4142[project .optional-dependencies ]
4243dev = [
44+ " doorstop" ,
4345 " flake8" ,
4446 " isort" ,
4547 " mypy>=0.990" ,
@@ -52,12 +54,12 @@ cov = [
5254]
5355doc = [
5456 " sphinx" ,
55- " sphinxcontrib.apidoc" ,
5657 " sphinx_git" ,
57- " myst-parser" ,
58- " sphinxcontrib.mermaid" ,
58+ " sphinxcontrib.apidoc" ,
5959 " sphinx_rtd_theme<3.0" , # for the version display
6060 " sphinx-nefertiti" ,
61+ " myst-parser" ,
62+ # "sphinxcontrib.mermaid",
6163]
6264test = [
6365 " pytest" ,
@@ -85,7 +87,7 @@ markers = "subscript"
8587
8688[tool .coverage .run ]
8789branch = true
88- source_pkgs = [" src" ]
90+ source_pkgs = [" src/simple " ]
8991omit = [
9092 " setup.py" ,
9193 " scripts" ,
0 commit comments