bugfix: setuptools reference to pypy

This commit is contained in:
Jason Carver 2018-02-06 16:04:41 -08:00
parent 6abf066779
commit 1695a3b326
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy3',
'Programming Language :: Python :: Implementation :: PyPy',
],
)