Skip to content

Commit 639ae76

Browse files
committed
Drop Cython dependency from build
Not currently being used
1 parent 5b5fc2a commit 639ae76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ classifiers = [
1010
"License :: OSI Approved :: MIT License",
1111
"License :: OSI Approved :: Apache Software License",
1212
"Programming Language :: Python :: 3",
13-
"Programming Language :: Cython",
1413
"Typing :: Typed",
1514
"Topic :: Utilities",
1615
]
@@ -31,7 +30,6 @@ Source = "https://github.com/Techcable/orderedset.py"
3130
requires = [
3231
"setuptools>=61.0",
3332
"setuptools_scm[toml]>=6.2",
34-
"Cython~=3.0",
3533
]
3634
build-backend = "setuptools.build_meta"
3735

0 commit comments

Comments
 (0)