From 5f3d8d69be7f88028a884e887625841aa9745700 Mon Sep 17 00:00:00 2001 From: Austreelis Date: Fri, 8 Sep 2023 15:17:40 +0200 Subject: [PATCH] Update license classifier in pyproject.toml The previous one wasn't listed on [pypy's list](https://pypi.org/pypi?%3Aaction=list_classifiers), which made flit 3.9.0 refuse to build offpunk (I didn't investigate this much). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11a9ba4..41c4843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", - "License :: OSI Approved :: AGPLv3+", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Topic :: Communications",