make sure the default manifest generation includes files identified as

scripts
closes SF bug 796042
This commit is contained in:
Fred Drake 2004-03-25 22:04:52 +00:00
parent 91e83e209d
commit 4b49823edd
2 changed files with 6 additions and 0 deletions

View file

@ -41,6 +41,8 @@ class build_scripts (Command):
('force', 'force'))
self.scripts = self.distribution.scripts
def get_source_files(self):
return self.scripts
def run (self):
if not self.scripts: