setup.py: mention that we support PyPy. See GH-2213.

This commit is contained in:
Mikhail Korobov 2017-12-25 15:31:07 +05:00
parent bdc12f3994
commit 1058169f0e
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',