mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Packaging: remove last mentions and uses of setup.py in the code.
Now only the compatibility layer (in create, util and install) talk about setup.py.
This commit is contained in:
parent
434812d569
commit
b6be20ca33
7 changed files with 15 additions and 32 deletions
|
@ -33,7 +33,7 @@ import sysconfig
|
|||
# we need some way for outsiders to feed preprocessor/compiler/linker
|
||||
# flags in to us -- eg. a sysadmin might want to mandate certain flags
|
||||
# via a site config file, or a user might want to set something for
|
||||
# compiling this module distribution only via the setup.py command
|
||||
# compiling this module distribution only via the pysetup command
|
||||
# line, whatever. As long as these options come from something on the
|
||||
# current system, they can be as system-dependent as they like, and we
|
||||
# should just happily stuff them into the preprocessor/compiler/linker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue