dist fixes

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@153 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-09-08 19:02:27 +00:00
parent 4f9df12557
commit fa7e78c4cd

View file

@ -84,6 +84,7 @@ class LCDistribution(Distribution):
'appname': self.get_name(),
'email': self.get_author_email(),
'long_description': self.get_long_description(),
'python': os.path.normpath(sys.executable),
}
files = [
'linkchecker',