From ebd8bb3fcc03922d4b2d3f0f2181e13d3ec7da68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Fri, 11 Feb 2022 17:49:28 +0100 Subject: [PATCH] Remove classifier Pypi doesn't know about --- CHANGELOG.md | 4 ++++ setup.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9140587..1a80518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed + +- Pypi won't take a new classifier + ## [1.2.1] - 2022-02-11 ### Fixed diff --git a/setup.py b/setup.py index 31586a7..ccd670d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ setup( license="MIT", classifiers=[ "Development Status :: 5 - Production/Stable", - "Environment :: Pretix", "Framework :: Django", "License :: OSI Approved :: MIT License", "Topic :: Communications :: Chat", -- GitLab