From 3cfa0a98d514743042801a960a40af4bab8ce284 Mon Sep 17 00:00:00 2001 From: ranms25 <62708429+ranms25@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:02:40 +0300 Subject: [PATCH] Added license to the setup.py file --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e960f94..249127b 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ ), keywords=["vortex", "observable", "http", "compressed", "synerty"], classifiers=[ + 'License :: OSI Approved :: MIT', "Programming Language :: Python :: 3.5", ], )