Make setup.py executable

In order use setup.py locally, it needs to be executable.
Also, it is easier to call with a hashbang.
This commit is contained in:
Otto Urpelainen 2021-10-31 09:56:21 +02:00 committed by Tomas Kopecek
parent caf5fdd541
commit 761d9c139a

1
setup.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
from __future__ import absolute_import
from setuptools import setup