From 97ddbaf0a2e66159901c8772e8690e588cfe40ee Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 15:13:59 +0200 Subject: [PATCH] Fix license classifier --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3fea09c..0172f87 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,9 @@ description='EnOcean serial protocol implementation', author='Kimmo Huoman', author_email='kipenroskaposti@gmail.com', + classifiers = [ + 'License :: OSI Approved :: MIT License', + ] url='https://github.com/kipe/enocean', packages=[ 'enocean',