File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ class MyDistribution(Distribution):
4242 the to-be-generated files
4343 """
4444
45- def run_command (self , command ):
46- if command == 'sdist' :
47- for f in ('Changelog' , 'README.new_fusepy_api.html' ):
48- if not os .path .exists (f ):
49- raise RuntimeError ('file ' + repr (f ) + \
50- " doesn't exist, please generate it before creating a source distribution" )
51-
52- return Distribution .run_command (self , command )
45+ # def run_command(self, command):
46+ # if command == 'sdist':
47+ # for f in ('Changelog', 'README.new_fusepy_api.html'):
48+ # if not os.path.exists(f):
49+ # raise RuntimeError('file ' + repr(f) + \
50+ # " doesn't exist, please generate it before creating a source distribution")
51+
52+ # return Distribution.run_command(self, command)
5353
5454
5555# write default fuse.pc path into environment if PKG_CONFIG_PATH is unset
You can’t perform that action at this time.
0 commit comments