1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Add shebang line to setup.py

This commit is contained in:
David Edmundson 2015-12-15 20:47:32 +00:00
parent 66fca475c6
commit b3c13747dc

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
from setuptools import setup, find_packages
from homeassistant.const import __version__