Searched refs:PyPIRCCommand (Results 1 – 5 of 5) sorted by relevance
14 from distutils.core import PyPIRCCommand18 class upload(PyPIRCCommand):22 user_options = PyPIRCCommand.user_options + [28 boolean_options = PyPIRCCommand.boolean_options + ['sign']31 PyPIRCCommand.initialize_options(self)39 PyPIRCCommand.finalize_options(self)
16 from distutils.core import PyPIRCCommand19 class register(PyPIRCCommand):22 user_options = PyPIRCCommand.user_options + [28 boolean_options = PyPIRCCommand.boolean_options + [34 PyPIRCCommand.initialize_options(self)39 PyPIRCCommand.finalize_options(self)
8 from distutils.core import PyPIRCCommand64 class command(PyPIRCCommand):66 PyPIRCCommand.__init__(self, dist)
21 class PyPIRCCommand(Command): class
22 from distutils.config import PyPIRCCommand