From e31e52b93a2db30b22580a871ee8547b4aadd63c Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Thu, 27 Jun 2024 22:56:04 +0200
Subject: [PATCH] Add license classifier

---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6fd2a29..5fef81a 100644
--- a/setup.py
+++ b/setup.py
@@ -32,13 +32,14 @@ with open("README.md", "r") as fh:
 
 setup(
     name="DTLSSocket",
-    version='0.1.18',
+    version='0.1.19',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     long_description=long_description,
     long_description_content_type="text/markdown",
     author      = "Jannis Konrad",
     author_email= "Kabel42@gmail.com",
     url         = "https://git.fslab.de/jkonra2m/tinydtls-cython",
+    classifiers = ["License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)",],
     py_modules  = [ "DTLSSocket.DTLSSocket"],
     cmdclass    = {"build_ext": prepare_tinydtls},
     ext_modules = [Extension("DTLSSocket.dtls",
-- 
GitLab