Searched refs:PyPIRCCommand (Results 1 – 12 of 12) sorted by relevance
16 from distutils.core import PyPIRCCommand20 class upload(PyPIRCCommand):24 user_options = PyPIRCCommand.user_options + [30 boolean_options = PyPIRCCommand.boolean_options + ['sign']33 PyPIRCCommand.initialize_options(self)41 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)
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)
15 from distutils.core import PyPIRCCommand18 class register(PyPIRCCommand):21 user_options = PyPIRCCommand.user_options + [27 boolean_options = PyPIRCCommand.boolean_options + [33 PyPIRCCommand.initialize_options(self)38 PyPIRCCommand.finalize_options(self)
8 from distutils.core import PyPIRCCommand64 class command(PyPIRCCommand):66 PyPIRCCommand.__init__(self, dist)
5 from distutils.core import PyPIRCCommand66 class command(PyPIRCCommand):68 PyPIRCCommand.__init__(self, dist)
21 from distutils.config import PyPIRCCommand
21 class PyPIRCCommand(Command): class
18 from distutils.config import PyPIRCCommand
87 distutils.config.PyPIRCCommand.DEFAULT_REPOSITORY = warehouse
787 ``upload``, patching ``distutils.config.PyPIRCCommand`` to