Merge branch 'master' into readme

This commit is contained in:
Guillermo Ruffino 2020-06-28 21:22:06 -03:00 committed by GitHub
commit 89ca3c811f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include LICENSE

View File

@ -46,6 +46,7 @@ setup(
author_email=PROJECT_EMAIL,
description='Python API for interacting with ESPHome devices.',
long_description=long_description,
license=PROJECT_LICENSE,
packages=find_packages(),
include_package_data=True,
zip_safe=False,