setup.py should use python3

This commit is contained in:
Jan Petykiewicz 2018-09-16 19:55:28 -07:00
parent 4a8bd7b225
commit e6403462b6

View File

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