From 0beda75015a150ba812b25a90ff100ee12f7257e Mon Sep 17 00:00:00 2001 From: Ritwik G Date: Thu, 7 Nov 2024 12:26:16 +0530 Subject: [PATCH] Updated license classifier replacing deprecated one --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b0151f..16eb100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["unstract cli apps sdk"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "License :: MIT", + "License-Expression :: MIT", "Operating System :: POSIX :: Linux", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",