diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 12:28:14 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 12:28:14 +0200 |
commit | 5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb (patch) | |
tree | ac6943bde646c31a85383888accd73f8aff501a0 | |
parent | bf861748c141b7826468cb9efea9a288ee49e7b5 (diff) | |
download | ShellyPy-5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb.tar.gz ShellyPy-5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb.zip |
add author email
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ setuptools.setup( name="ShellyPy", version=version, author="Jan Drögehoff", + author_email="jandroegehoff@gmail.com", description="Wrapper around the Shelly HTTP api", long_description=long_description, long_description_content_type="text/markdown", |