From 9fa63e12803ff45c4d157b6bed38f0a89b1e0d8e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 29 Jul 2025 08:58:07 +0200 Subject: [PATCH] Use new style license in pyproject https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 725a9c6..fef11a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,13 @@ name = "toot" authors = [{ name="Ivan Habunek", email="ivan@habunek.com" }] description = "Mastodon CLI client" readme = "README.rst" -license = { file="LICENSE" } +license = "GPL-3.0-only" requires-python = ">=3.8" dynamic = ["version"] classifiers = [ "Environment :: Console :: Curses", "Environment :: Console", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", ]