From 1d30b16e038f46d1cea82d738550088eb2311d60 Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Thu, 31 Dec 2020 00:54:07 +0900 Subject: [PATCH] Add classifiers for CPython and PyPy --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7221c18..b3d5ecd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,8 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: Implementation :: PyPy [options] packages = find: