We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e52ab commit 1966e92Copy full SHA for 1966e92
setup.py
@@ -3,8 +3,6 @@
3
import sys
4
5
from setuptools import Extension, setup
6
-from setuptools.command.build_ext import build_ext
7
-from setuptools.command.sdist import sdist
8
9
PYPY = hasattr(sys, "pypy_version_info")
10
0 commit comments