Update setup.py to document PyPy3 support

This commit is contained in:
johnthagen 2019-09-13 09:08:04 -04:00 committed by GitHub
parent a3ff539c14
commit 0324d13d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,8 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',
],
project_urls={