FIXED #7 Use correct shebang

This commit is contained in:
Jan Laukemann
2017-10-10 13:50:30 +02:00
parent 2aead92412
commit 16cfaad4cb
7 changed files with 7 additions and 7 deletions

View File

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