From 07406bd1acccd41fb4dc36ebf065c2867ebda413 Mon Sep 17 00:00:00 2001 From: shri Date: Sun, 11 Aug 2024 12:47:56 +0200 Subject: [PATCH] Fix license classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01b46193..a43aeb1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [{ name = "Shrirang Bhate", email = "shrirang.bhate@gmail.com" }] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", - "License :: OSI Approved :: MIT License", + "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11",