Exemplo n.º 1
0
 def find_config_files(self):
     files = Distribution.find_config_files(self)
     if 'setup.cfg' in files:
         files.remove('setup.cfg')
     return files
Exemplo n.º 2
0
 def find_config_files(self):
     files = Distribution.find_config_files(self)
     if 'setup.cfg' in files:
         files.remove('setup.cfg')
     return files
Exemplo n.º 3
0
 def _show_help(self, *args, **kw):
     with ei_usage(usage):
         Distribution._show_help(self, *args, **kw)
Exemplo n.º 4
0
 def _show_help(self, *args, **kw):
     with ei_usage(usage):
         Distribution._show_help(self, *args, **kw)