From 2dc46701bfd1f87e9eac06bbce2f433b6165c547 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sat, 15 Dec 2018 09:16:06 +0100 Subject: [PATCH] [setup] Temporarily remove framework trove classifier to unblock pypi upload (c.f. issue beat/beat.backend.python#19) [ci skip] --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5017036..4245f3f 100644 --- a/setup.py +++ b/setup.py @@ -191,7 +191,6 @@ setup( }, classifiers = [ - 'Framework :: BEAT', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Affero General Public License v3', -- GitLab