kopia lustrzana https://github.com/micropython/micropython-lib
sdist_upip: Need to override setuptools' "sdist" command, not distutils'.
Without setuptools, there will be no goodies like dependencies, etc.pull/234/merge
rodzic
f6c00613db
commit
223d91dc82
|
@ -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):
|
||||
|
|
Ładowanie…
Reference in New Issue