1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-18 12:00:28 +01:00

Removed license classifier in favor of SPDX entry.

This commit is contained in:
2025-04-18 16:05:37 +02:00
parent 4c61c3d7ea
commit f5e6471555

View File

@@ -1,11 +1,11 @@
[build-system] [build-system]
requires = ["setuptools >= 61.0", "wheel", "setuptools-git-versioning"] requires = ["setuptools >= 77.0", "wheel", "setuptools-git-versioning"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "fs-uae-wrapper" name = "fs-uae-wrapper"
authors = [{name = "Roman Dobosz", email = "gryf73@gmail.com"}] 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" description = "Automate archives support and state saves for fs-uae"
readme = "README.rst" readme = "README.rst"
requires-python = ">=3.8" requires-python = ">=3.8"
@@ -15,7 +15,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",