From 1078046b4ab6a8c371332727ca17e27d9bccd3d1 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Fri, 16 Apr 2021 21:17:53 +0200 Subject: [PATCH] pyproject.toml: Remove classifiers The `license` property sets the License classifier automatically: https://python-poetry.org/docs/pyproject/#classifiers Remove developers classifier --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ea07391..611ec5e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,8 @@ build-backend = "poetry.core.masonry.api" classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Environment :: Console", "Intended Audience :: End Users/Desktop", - "Intended Audience :: Developers", "Natural Language :: English" ] -- GitLab