update script shebang to point to python3

This commit is contained in:
Frédéric Péters 2020-01-27 18:10:38 +01:00
parent 8c114e2e42
commit 9fd14a0b4a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
from setuptools import setup, find_packages
from distutils.command.sdist import sdist