aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2019-09-23 12:28:14 +0200
committerJan200101 <sentrycraft123@gmail.com>2019-09-23 12:28:14 +0200
commit5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb (patch)
treeac6943bde646c31a85383888accd73f8aff501a0
parentbf861748c141b7826468cb9efea9a288ee49e7b5 (diff)
downloadShellyPy-5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb.tar.gz
ShellyPy-5f1ec5b7e39fd97b698cf72d1638fba48a6cbdeb.zip
add author email
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8a49edf..6f3708e 100755
--- a/setup.py
+++ b/setup.py
@@ -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",