diff options
author | Dominic Chen <d.c.ddcc@gmail.com> | 2015-10-10 05:13:31 +0000 |
---|---|---|
committer | Dominic Chen <d.c.ddcc@gmail.com> | 2015-10-10 05:17:31 +0000 |
commit | 9604d9e9839703636843595b52a4f01f3de8e2fe (patch) | |
tree | 689a661145d373d288574d82682775375f4503e6 /vectors/setup.py | |
parent | 450d9797a2320f85aff317e5cab39cc2339eabec (diff) | |
download | cryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.tar.gz cryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.tar.bz2 cryptography-9604d9e9839703636843595b52a4f01f3de8e2fe.zip |
add shebang for setup.py scripts
Diffstat (limited to 'vectors/setup.py')
-rw-r--r-- | vectors/setup.py | 2 |
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. |