mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Final bag of small changes coming from distutils2.
- minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging.
This commit is contained in:
parent
c1b7e7f8bb
commit
505f0ebf88
9 changed files with 22 additions and 29 deletions
|
@ -5,9 +5,9 @@ sys.prefix or sys.exec_prefix.
|
|||
"""
|
||||
|
||||
import os
|
||||
|
||||
from shutil import rmtree
|
||||
from sysconfig import get_python_version
|
||||
|
||||
from packaging.util import get_platform
|
||||
from packaging.command.cmd import Command
|
||||
from packaging.errors import PackagingPlatformError
|
||||
|
@ -24,7 +24,7 @@ class bdist_dumb(Command):
|
|||
"platform name to embed in generated filenames "
|
||||
"(default: %s)" % get_platform()),
|
||||
('format=', 'f',
|
||||
"archive format to create (tar, gztar, zip)"),
|
||||
"archive format to create (tar, gztar, bztar, zip)"),
|
||||
('keep-temp', 'k',
|
||||
"keep the pseudo-installation tree around after " +
|
||||
"creating the distribution archive"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue