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).
This commit is contained in:
Austreelis 2023-09-08 15:17:40 +02:00 committed by Lionel Dricot
parent 47317ca113
commit 5f3d8d69be
1 changed files with 1 additions and 1 deletions

View File

@ -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",