From 92033e4ebcba3636a2f2364d2e07ad44737b2b41 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Wed, 27 Aug 2014 17:17:22 +0100 Subject: [PATCH] Add python shebang line and chmod +x setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index f01eec436..59ac4fbf9 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Copyright 2014 matrix.org # # Licensed under the Apache License, Version 2.0 (the "License");