예제 #1
0
파일: setup.py 프로젝트: well69/pychess
 def run(self):
     self.distribution.metadata.name = "PyChess-%s" % pychess.VERSION_NAME
     register.run(self)
예제 #2
0
파일: setup.py 프로젝트: prvn16/pychess
 def run(self):
     self.distribution.metadata.name = "PyChess-%s" % pychess.VERSION_NAME
     register.run(self)
예제 #3
0
 def run(self):
     # Make sure that we are using valid current name/version info
     self.run_command('egg_info')
     _register.run(self)