Skip to content

Commit cf8aa80

Browse files
authored
Merge pull request #88 from sontek/implement_options
pypy3 isn't a classifier for some reason
2 parents 0f3b02b + ae941a8 commit cf8aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Programming Language :: Python :: 3.8",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: Implementation :: CPython",
29-
"Programming Language :: Python :: Implementation :: PyPy3",
29+
"Programming Language :: Python :: Implementation :: PyPy",
3030
],
3131
author='John Anderson',
3232
author_email='[email protected]',

0 commit comments

Comments
 (0)