Lines Matching refs:setup
1 # Autodetecting setup.py script for building the Python extensions
24 # subprocess requires C extensions built by setup.py like _posixsubprocess.
37 # bpo-41282 (PEP 632) deprecated distutils but setup.py still uses it
53 from distutils.core import Extension, setup
66 log = logging.getLogger('setup')
479 # those environment variables passed into the setup.py phase. Here's
544 print("To find the necessary bits, look in setup.py in"
551 " setup.py, have been")
560 " setup.py have not")
568 " setup.py have not")
655 # If the build directory didn't exist when setup.py was
1598 setup(# PyPI Metadata (PEP 301)