From 74ccecf3e27c87da3b1e409f901a2e0c24b92eeb Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:52:10 +1300 Subject: [PATCH] Update setup.py --- setup.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 4404e88..7e0b5c2 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ setup( name="PyFronius", - version="0.7.1", - description="Automated JSON API based communication with Fronius Symo", - author="Niels Mündler, Gerrit Beine", + version="0.8.0", + description="Automated API based communication with Fronius Inverters", + author="Niels Mündler, Gerrit Beine, Derek Caudwell", author_email="n.muendler@web.de, mail@gerritbeine.de", url="https://github.com/nielstron/pyfronius/", packages=find_packages(exclude=("pyfronius.tests", "pyfronius.tests.*")), @@ -30,9 +30,7 @@ "Intended Audience :: Developers", "Topic :: Software Development :: Object Brokering", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.10", ], keywords="python fronius json api solar photovoltaics pv", python_requires=">=3.10",