Skip to content

Commit

Permalink
Add trove classifier to document PyPy support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Dec 9, 2019
1 parent d29ec61 commit 3379907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
test_suite="tests",
tests_require=test_requirements,
Expand Down

0 comments on commit 3379907

Please sign in to comment.