We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c657b commit c1d1052Copy full SHA for c1d1052
setup.py
@@ -29,7 +29,7 @@
29
version=logwrap.__version__,
30
packages=['logwrap'],
31
classifiers=[
32
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
33
34
# Indicate who your project is intended for
35
'Intended Audience :: Developers',
@@ -46,6 +46,9 @@
46
'Programming Language :: Python :: 3.4',
47
'Programming Language :: Python :: 3.5',
48
'Programming Language :: Python :: 3.6',
49
+
50
+ 'Programming Language :: Python :: Implementation :: CPython',
51
+ 'Programming Language :: Python :: Implementation :: PyPy',
52
],
53
keywords='logging debugging development',
54
0 commit comments