Add shebang line to setup.py
This commit is contained in:
parent
66fca475c6
commit
b3c13747dc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
from setuptools import setup, find_packages
|
||||
from homeassistant.const import __version__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue