diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91405877f7453bde246752c30f214256c8d6bc09..1a80518f26ecb0415875c967afacc63c3505170d 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 31586a7f2cf145dc9d246de265379d59ad42d36d..ccd670dcdf41f32c74d93877b24a252700bad5eb 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",