From dfb0fd8244e4df5e0c0147de001ff5fe252df253 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 8 Oct 2017 14:24:20 +0100 Subject: [PATCH] setup: Add a hashbang - Uses /usr/bin/env so it still works in e.g. a virtualenv - Uses python2, rather than python3 to indicate mitogen currently being 2.x only. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9751fedf..3f6595f7 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2 from distutils.core import setup