Skip to content

Commit 8446b71

Browse files
committed
Remove setuptools from install deps
1 parent ddefbd2 commit 8446b71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
ext_modules = [
2929
Extension('getdents._getdents', sources=['getdents/_getdents.c']),
3030
],
31-
install_requires=[
32-
'setuptools',
33-
],
3431
setup_requires=['pytest-runner'],
3532
tests_require=['pytest'],
3633
)

0 commit comments

Comments
 (0)