diff options
-rwxr-xr-x | ponysay.py (renamed from ponysay) | 0 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ class Setup(): (fileout, filein) = (None, None) try: fileout = open('ponysay.install', 'wb+') - filein = open('ponysay', 'rb') + filein = open('ponysay.py', 'rb') data = filein.read().decode('utf-8', 'replace') if '#!/usr/bin/env python3' in data: |