Fix pip wheel production status.

This commit is contained in:
Dave Page
2016-10-03 16:42:36 +01:00
parent fc9c4736c4
commit df64108708

View File

@@ -51,7 +51,7 @@ setup(
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
# Suppported Programming Languages
'Programming Language :: Python :: 2.6',