aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2015-10-10 05:13:31 +0000
committerDominic Chen <d.c.ddcc@gmail.com>2015-10-10 05:17:31 +0000
commit9604d9e9839703636843595b52a4f01f3de8e2fe (patch)
tree689a661145d373d288574d82682775375f4503e6 /setup.py
parent450d9797a2320f85aff317e5cab39cc2339eabec (diff)
downloadcryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.tar.gz
cryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.tar.bz2
cryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.zip
add shebang for setup.py scripts
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7afa84c3..9c97e1dd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.