mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Remove zip from sdist build per PEP 527
This commit is contained in:
@@ -172,7 +172,7 @@ def build_sdist(py):
|
|||||||
Returns the path to the tarball
|
Returns the path to the tarball
|
||||||
"""
|
"""
|
||||||
with cd(repo_root):
|
with cd(repo_root):
|
||||||
cmd = [py, 'setup.py', 'sdist', '--formats=zip,gztar']
|
cmd = [py, 'setup.py', 'sdist', '--formats=gztar']
|
||||||
run(cmd)
|
run(cmd)
|
||||||
|
|
||||||
return glob.glob(pjoin(repo_root, 'dist', '*.tar.gz'))[0]
|
return glob.glob(pjoin(repo_root, 'dist', '*.tar.gz'))[0]
|
||||||
|
Reference in New Issue
Block a user