summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-01-23 00:27:32 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-01-23 00:27:32 +0100
commitb0fbb13783a2ece048a812b233e1fad15c5b8a31 (patch)
tree69f5ed8b05fe85a7cc925182ef34b8610b7ff1d3 /setup.py
parentf59ba1ae65876df786458f785558f96d8b400c9a (diff)
downloadpygobject-b0fbb13783a2ece048a812b233e1fad15c5b8a31.tar.gz
setup.py: default to Python 3
autotools defaults to Python 3 as well, so do the same for distutils.
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ea0d25f3..7ffb11f1 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2017 Christoph Reiter <reiter.christoph@gmail.com>
#
# This library is free software; you can redistribute it and/or