diff options
author | Lars Wirzenius <liw@liw.fi> | 2017-11-11 09:58:52 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2017-11-11 09:58:52 +0100 |
commit | 00b6b687cc2232cc850ecacf424dc41ecde2de4c (patch) | |
tree | 6b3af96fec36309be830971861a098b593d634be /setup.py | |
parent | 7770f009ad04d40ad9b44ce650c3240440d2a650 (diff) | |
download | python-ttystatus-00b6b687cc2232cc850ecacf424dc41ecde2de4c.tar.gz |
Add: run setup.py with python3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#!/usr/bin/python -# Copyright (C) 2010, 2011 Lars Wirzenius <liw@liw.fi> +#!/usr/bin/python3 +# Copyright (C) 2010, 2011, 2017 Lars Wirzenius <liw@liw.fi> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |