Skip to content
Snippets Groups Projects
Commit 1078046b authored by Moul's avatar Moul
Browse files

pyproject.toml: Remove classifiers

The `license` property sets the License classifier automatically:
https://python-poetry.org/docs/pyproject/#classifiers

Remove developers classifier
parent d7f90d6b
No related branches found
No related tags found
1 merge request!175pyproject.toml and release.sh clean-ups, Pyinstaller removal
...@@ -38,10 +38,8 @@ build-backend = "poetry.core.masonry.api" ...@@ -38,10 +38,8 @@ build-backend = "poetry.core.masonry.api"
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Environment :: Console", "Environment :: Console",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Natural Language :: English" "Natural Language :: English"
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment