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