Exemplo n.º 1
0
 def run(self):
     self.distribution.metadata.name = "PyChess-%s" % pychess.VERSION_NAME
     register.run(self)
Exemplo n.º 2
0
 def run(self):
     self.distribution.metadata.name = "PyChess-%s" % pychess.VERSION_NAME
     register.run(self)
Exemplo n.º 3
0
 def run(self):
     # Make sure that we are using valid current name/version info
     self.run_command('egg_info')
     _register.run(self)