Skip to content
This repository was archived by the owner on Jul 13, 2019. It is now read-only.

Commit 432bdb1

Browse files
Fixes #6 Add more PyPI trove classifiers
1 parent 2551012 commit 432bdb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@
1818
maintainer_email = '[email protected]',
1919
classifiers=["Programming Language :: Python",
2020
"Programming Language :: Python :: 2",
21+
"Programming Language :: Python :: 2.6",
22+
"Programming Language :: Python :: 2.7",
2123
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3.2",
25+
"Programming Language :: Python :: 3.3",
26+
"Programming Language :: Python :: 3.4",
27+
"Programming Language :: Python :: 3.5",
2228
"Programming Language :: C++",
29+
"Development Status :: 5",
30+
"Environment :: Console",
31+
"Topic :: Software Development :: Quality Assurance",
2332
"License :: Freely Distributable"],
2433
description="An automated checker to make sure a C++ file follows Google's C++ style guide",
2534
long_description=open('README.rst').read())

0 commit comments

Comments
 (0)