We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051a02a commit ef5174cCopy full SHA for ef5174c
pyproject.toml
@@ -24,7 +24,6 @@ classifiers = [
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
"Programming Language :: Python :: 3.13",
27
- "Programming Language :: Cython",
28
"Programming Language :: Python :: Implementation :: CPython",
29
"License :: OSI Approved :: BSD License",
30
"Operating System :: Microsoft :: Windows",
@@ -65,5 +64,5 @@ dependencies = [
65
64
[project.optional-dependencies]
66
docs = [
67
"sphinx==8.1.3",
68
- "sphinx-nefertiti== 0.7.5",
+ "sphinx-nefertiti==0.7.5",
69
]
0 commit comments