Skip to content

Commit 223d91d

Browse files
committed
sdist_upip: Need to override setuptools' "sdist" command, not distutils'.
Without setuptools, there will be no goodies like dependencies, etc.
1 parent f6c0061 commit 223d91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdist_upip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import io
2222

2323
from distutils.filelist import FileList
24-
from distutils.command.sdist import sdist as _sdist
24+
from setuptools.command.sdist import sdist as _sdist
2525

2626

2727
def gzip_4k(inf, fname):

0 commit comments

Comments
 (0)