sdist_upip: Need to override setuptools' "sdist" command, not distutils'.

Without setuptools, there will be no goodies like dependencies, etc.
pull/234/merge
Paul Sokolovsky 2017-12-15 00:07:04 +02:00
rodzic f6c00613db
commit 223d91dc82
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ import re
import io
from distutils.filelist import FileList
from distutils.command.sdist import sdist as _sdist
from setuptools.command.sdist import sdist as _sdist
def gzip_4k(inf, fname):