aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/setup.py
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-10-11 13:09:15 -0400
committerDonald Stufft <donald@stufft.io>2015-10-11 13:09:15 -0400
commit9b452fc1653239079ec6d54546e834c834755910 (patch)
tree60878f872e5552e81200e598e39fab4f5fcbcc82 /vectors/setup.py
parent9c9910da3f6cef20289d928128f5a1cb71b5e9af (diff)
parent9604d9e9839703636843595b52a4f01f3de8e2fe (diff)
downloadcryptography-9b452fc1653239079ec6d54546e834c834755910.tar.gz
cryptography-9b452fc1653239079ec6d54546e834c834755910.tar.bz2
cryptography-9b452fc1653239079ec6d54546e834c834755910.zip
Merge pull request #2403 from ddcc/patch-2
add shebang for setup.py scripts
Diffstat (limited to 'vectors/setup.py')
-rw-r--r--vectors/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/vectors/setup.py b/vectors/setup.py
index 53ec82eb..bf02e389 100644
--- a/vectors/setup.py
+++ b/vectors/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.