From 1c815dcad113bdf13aba49d7ef4c02bbed67409a Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:22:12 -0700 Subject: [PATCH] Remove all PyPi classifiers as this package is not published to PyPi (#4574) * Update PyPi classifier to Python 3.11 * remove all classifiers * Update setup.py Co-authored-by: Mike Degatano --------- Co-authored-by: Mike Degatano --- setup.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.py b/setup.py index 90df0c0a1..502d3993e 100644 --- a/setup.py +++ b/setup.py @@ -15,18 +15,6 @@ setup( "A maintainless private cloud operator system that" "setup a Home-Assistant instance. Based on HassOS" ), - classifiers=[ - "Intended Audience :: End Users/Desktop", - "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", - "Operating System :: OS Independent", - "Topic :: Home Automation", - "Topic :: Software Development :: Libraries :: Python Modules", - "Topic :: Scientific/Engineering :: Atmospheric Science", - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "Programming Language :: Python :: 3.8", - ], keywords=["docker", "home-assistant", "api"], zip_safe=False, platforms="any",