From 3dfd007ead914829b79a1553b483c051e1843fee Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 17:06:20 +0200 Subject: [PATCH] Fix license classifier --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e52e6a4..a4beff4 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,8 @@ url = 'https://github.com/jordanh/neurio-python', download_url = 'https://github.com/jordanh/neurio-python/tarball/0.3.0', keywords = ['neurio', 'iot', 'energy', 'sensor', 'smarthome', 'automation'], - classifiers = [], + classifiers = [ + 'License :: OSI Approved :: Apache Software License' + ], install_requires = ['requests'], )