From f5e6471555f4e1ea70256f7784c2a90229f0d889 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 18 Apr 2025 16:05:37 +0200 Subject: [PATCH] Removed license classifier in favor of SPDX entry. --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7ee972..3f76db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [build-system] -requires = ["setuptools >= 61.0", "wheel", "setuptools-git-versioning"] +requires = ["setuptools >= 77.0", "wheel", "setuptools-git-versioning"] build-backend = "setuptools.build_meta" [project] name = "fs-uae-wrapper" authors = [{name = "Roman Dobosz", email = "gryf73@gmail.com"}] -license = {text = "BSD"} +license = "BSD-3-Clause" description = "Automate archives support and state saves for fs-uae" readme = "README.rst" requires-python = ">=3.8" @@ -15,7 +15,6 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",