[reprotest] 01/01: setup.py: Specify a Python3 env shebang
Chris Lamb
chris at chris-lamb.co.uk
Fri Jan 6 19:33:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository reprotest.
commit 8c464f4b5b8297dad2051a115e95d42d122bb5ec
Author: Chris Lamb <lamby at debian.org>
Date: Fri Jan 6 19:33:18 2017 +0000
setup.py: Specify a Python3 env shebang
---
setup.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/setup.py b/setup.py
index 11d6fe0..925d601 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
# Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
# For details: reprotest/debian/copyright
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git
More information about the Reproducible-commits
mailing list