Skip to content

Commit c1d1052

Browse files
committed
Mark as production/stable
1 parent e7c657b commit c1d1052

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
version=logwrap.__version__,
3030
packages=['logwrap'],
3131
classifiers=[
32-
'Development Status :: 4 - Beta',
32+
'Development Status :: 5 - Production/Stable',
3333

3434
# Indicate who your project is intended for
3535
'Intended Audience :: Developers',
@@ -46,6 +46,9 @@
4646
'Programming Language :: Python :: 3.4',
4747
'Programming Language :: Python :: 3.5',
4848
'Programming Language :: Python :: 3.6',
49+
50+
'Programming Language :: Python :: Implementation :: CPython',
51+
'Programming Language :: Python :: Implementation :: PyPy',
4952
],
5053
keywords='logging debugging development',
5154

0 commit comments

Comments
 (0)