diff --git a/setup.py b/setup.py index ca081dd2aecf290676cd6718361419a95ed6a809..1bf9a1bd32f436246615362da260439e415bc9db 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',