|
@@ -41,11 +41,15 @@ setup(
|
|
|
description='A code search tool',
|
|
|
long_description=long_description,
|
|
|
classifiers=[
|
|
|
- "Development Status :: 4 - Beta",
|
|
|
+ "Development Status :: 5 - Production/Stable",
|
|
|
"Environment :: Console",
|
|
|
"Intended Audience :: Developers",
|
|
|
"Programming Language :: Python :: 2",
|
|
|
+ "Programming Language :: Python :: 2.6",
|
|
|
"Programming Language :: Python :: 2.7",
|
|
|
+ "Programming Language :: Python :: 3",
|
|
|
+ "Programming Language :: Python :: 3.2",
|
|
|
+ "Programming Language :: Python :: 3.3",
|
|
|
"Topic :: Documentation",
|
|
|
],
|
|
|
keywords='howdoi help console',
|