aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xponysay.py (renamed from ponysay)0
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/ponysay b/ponysay.py
index d1571a7..d1571a7 100755
--- a/ponysay
+++ b/ponysay.py
diff --git a/setup.py b/setup.py
index db5b0d1..24bd570 100755
--- a/setup.py
+++ b/setup.py
@@ -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: