diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-08-27 17:17:22 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-08-27 17:17:38 +0100 |
commit | 92033e4ebcba3636a2f2364d2e07ad44737b2b41 (patch) | |
tree | 27be4dd4c7f472906e36e84439cbf0685a797020 /setup.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-92033e4ebcba3636a2f2364d2e07ad44737b2b41.tar.xz |
Add python shebang line and chmod +x setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--] | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py index f01eec436f..59ac4fbf94 100644..100755 --- 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"); |