예제 #1
0
 def run(self):
     presrc()
     # Then let setuptools do its thing.
     return build_src.run(self)
예제 #2
0
 def run(self):
     print("Running src...")
     presrc()
     # Then let setuptools do its thing.
     return build_src.run(self)