diff --git a/setup.py b/setup.py index 8da67a43..2a052486 100755 --- a/setup.py +++ b/setup.py @@ -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',