We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5fc2a commit 639ae76Copy full SHA for 639ae76
pyproject.toml
@@ -10,7 +10,6 @@ classifiers = [
10
"License :: OSI Approved :: MIT License",
11
"License :: OSI Approved :: Apache Software License",
12
"Programming Language :: Python :: 3",
13
- "Programming Language :: Cython",
14
"Typing :: Typed",
15
"Topic :: Utilities",
16
]
@@ -31,7 +30,6 @@ Source = "https://github.com/Techcable/orderedset.py"
31
30
requires = [
32
"setuptools>=61.0",
33
"setuptools_scm[toml]>=6.2",
34
- "Cython~=3.0",
35
36
build-backend = "setuptools.build_meta"
37
0 commit comments