Skip to content
Snippets Groups Projects
Commit 63927d51 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

bob.extension is stable now

parent dc86b985
No related branches found
No related tags found
1 merge request!64Implementation of the bob script using click
#!/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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment