예제 #1
0
 def run(self):
     build_py.create_version_file()
     setuptools.command.develop.develop.run(self)
예제 #2
0
파일: setup.py 프로젝트: toby4548/pytorch
 def run(self):
     build_py.create_version_file()
     setuptools.command.develop.develop.run(self)
     self.create_compile_commands()