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 faaa488 commit 1d885a6Copy full SHA for 1d885a6
setup.py
@@ -1,9 +1,7 @@
1
import sys
2
import os
3
4
-import setuptools # may monkeypatch distutils in some versions. # noqa
5
-from distutils.command.sdist import sdist
6
-from distutils.core import setup
+from setuptools import setup
7
8
from numpydoc import __version__ as version
9
@@ -60,5 +58,4 @@ def read(fname):
60
58
'tests/tinybuild/*.py',
61
59
'templates/*.rst',
62
]},
63
- cmdclass={"sdist": sdist},
64
)
0 commit comments