From 63927d51cb462851bda55fb1205e043ba5e41f7f Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 19 Jan 2018 12:23:27 +0100
Subject: [PATCH] bob.extension is stable now

---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index ca081dd..1bf9a1b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python
 # vim: set fileencoding=utf-8 :
-# Andre Anjos <andre.anjos@idiap.ch>
-# Thu 20 Sep 2012 14:43:19 CEST
-"""A package that contains a helper for Bob/Python C++ extension development
+"""A package that contains a helper for Bob Python/C++ extension development
 """
 
 from setuptools import setup, find_packages
@@ -44,7 +42,7 @@ setup(
     },
     classifiers=[
         'Framework :: Bob',
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: BSD License',
         'Natural Language :: English',
-- 
GitLab