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:
parent
caf5fdd541
commit
761d9c139a
1 changed files with 1 additions and 0 deletions
1
setup.py
Normal file → Executable file
1
setup.py
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
from __future__ import absolute_import
|
||||
|
||||
from setuptools import setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue