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 f232e1c commit 3fd2cf7Copy full SHA for 3fd2cf7
setup.py
@@ -29,7 +29,7 @@
29
]
30
31
PACKAGE_CLASSIFIERS = [
32
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
33
'Intended Audience :: Developers',
34
'Intended Audience :: System Administrators',
35
'Intended Audience :: Telecommunications Industry',
@@ -41,6 +41,7 @@
41
'Programming Language :: Python :: 3',
42
'Programming Language :: Python :: 3.5',
43
'Programming Language :: Python :: 3.6',
44
+ 'Programming Language :: Python :: 3.7',
45
'Topic :: Communications',
46
'Topic :: Communications :: Chat'
47
0 commit comments