From 46b3050e54170c946407e09a876a0fa91767f05d Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Thu, 11 Apr 2019 09:18:33 +0200
Subject: [PATCH] [setup] Add BEAT framework classifier

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 066bc63b..637ee11f 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
         ]
     },
     classifiers=[
+        "Framework :: BEAT",
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: Developers",
         "License :: OSI Approved :: BSD License",
-- 
GitLab