From 3641efe3cd3503d9401bfd1e8a963d0f8c215254 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 19:06:59 +0200 Subject: [PATCH] Update setup.py (#23) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 158fb76..12e49cd 100644 --- a/setup.py +++ b/setup.py @@ -31,5 +31,6 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Home Automation", + "License :: OSI Approved :: Apache Software License", ], )