We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e551 commit ccfc138Copy full SHA for ccfc138
setup.py
@@ -3,6 +3,7 @@
3
import sys
4
import os
5
6
+import setuptools # may monkeypatch distutils in some versions. # noqa
7
from distutils.command.sdist import sdist
8
from distutils.core import setup
9
0 commit comments