Fixed shebang in setup.py

This commit is contained in:
RemixDev 2020-05-29 19:19:57 +02:00
parent 47f728e172
commit 4fa05ba984
1 changed files with 1 additions and 1 deletions

View File

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