Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 committed Jan 27, 2023
1 parent b4e3553 commit 74ccecf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Expand Up @@ -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.*")),
Expand All @@ -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",
Expand Down

0 comments on commit 74ccecf

Please sign in to comment.