We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abe229 commit e111993Copy full SHA for e111993
setup.py
@@ -16,8 +16,8 @@
16
test_requirements = []
17
18
setup(
19
- author_email='[email protected]',
20
author='Stefan Fischer',
+ author_email='[email protected]',
21
classifiers=[
22
'Development Status :: 4 - Beta',
23
'Intended Audience :: Developers',
@@ -28,10 +28,10 @@
28
'Programming Language :: Python :: 3.3',
29
'Programming Language :: Python :: 3.4',
30
'Programming Language :: Python :: 3.5',
31
+ 'Programming Language :: Python :: 3.6',
32
'Programming Language :: Python :: 3 :: Only',
33
'Programming Language :: Python :: Implementation',
34
'Programming Language :: Python :: Implementation :: CPython',
- 'Programming Language :: Python :: Implementation :: PyPy',
35
'Topic :: Software Development :: Libraries',
36
'Topic :: Software Development :: Libraries :: Python Modules',
37
'Topic :: Text Processing',
0 commit comments