Searched refs:PyPIRCCommand (Results 1 – 5 of 5) sorted by relevance
16 from distutils.core import PyPIRCCommand30 class upload(PyPIRCCommand):34 user_options = PyPIRCCommand.user_options + [40 boolean_options = PyPIRCCommand.boolean_options + ['sign']43 PyPIRCCommand.initialize_options(self)51 PyPIRCCommand.finalize_options(self)
13 from distutils.core import PyPIRCCommand17 class register(PyPIRCCommand):20 user_options = PyPIRCCommand.user_options + [26 boolean_options = PyPIRCCommand.boolean_options + [32 PyPIRCCommand.initialize_options(self)37 PyPIRCCommand.finalize_options(self)
5 from distutils.core import PyPIRCCommand67 class command(PyPIRCCommand):69 PyPIRCCommand.__init__(self, dist)
18 from distutils.config import PyPIRCCommand
21 class PyPIRCCommand(Command): class