summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-12-10 00:15:36 +0100
committerFedja Beader <fedja@protonmail.ch>2023-12-10 00:15:36 +0100
commit4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f911 (patch)
tree11659b5df5a996f944c6556c0fea00f616499960
parent7b939e7e4ce36e8b62b10025e567f871731cbf4d (diff)
downloadattobuild-4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f911.tar.gz
attobuild-4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f911.tar.bz2
attobuild-4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f911.tar.xz
attobuild-4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f911.zip
Explicitly use python2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2357bce..09c35c9 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
from distutils.core import setup