From 0ffbc92bc08de3b19a22a1e103179755e62848d1 Mon Sep 17 00:00:00 2001 From: Andreas Bohne Date: Thu, 20 Feb 2025 07:39:37 +0100 Subject: [PATCH] Replace license classifier with license expression - use metadata 2.4 style --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f887d2..f968c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,13 @@ name = "PyOTP" description = "Python One Time Password Library" readme = "README.rst" requires-python = ">=3.8" -license = { text = "MIT License" } +license = "MIT" +license-files = ["LICENSE"] authors = [{ name = "Andrey Kislyuk"}, {email = "kislyuk@gmail.com" }] maintainers = [{ name = "Andrey Kislyuk"}, {email = "kislyuk@gmail.com" }] dynamic = ["version"] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python",