summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael R. Crusoe <michael.crusoe@gmail.com>2023-12-14 22:51:37 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-14 22:51:37 +0100
commit8a411508b795f7bd8a71bb3806df745ea9368659 (patch)
tree93692fc930f97051a472c05f5eadd130f875ec12 /setup.py
parent4ac0d7cf1c2b1b90a3cac44a45262952b76ce291 (diff)
Python3 fixes
Last-Update: 2019-12-15 15:37:17 Bug-Debian: https://bugs.debian.org/937145 Gbp-Pq: Name python3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3974b51..abb8a18 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Setup file for the Python nitime package.
This file only contains cython components.