Fix pip wheel production status.

pull/3/head
Dave Page 2016-10-03 16:42:36 +01:00
parent fc9c4736c4
commit df64108708
1 changed files with 1 additions and 1 deletions

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',