From b7ed11ba73f24ab50365fabcb47cee0941b1c333 Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Sat, 15 Dec 2018 09:14:12 +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 3f41db1b..b99e467e 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,6 @@ setup( }, classifiers = [ - 'Framework :: BEAT', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Affero General Public License v3', -- GitLab