From 77d878ffe31a6ba7d618085bdd580610d6dc0ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Fri, 30 Aug 2019 08:49:37 +0300 Subject: [PATCH] Add package identifiers for Python 3.8 and PyPy --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index c31e094..222a7a3 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,9 @@ setup( 'Programming Language :: Python :: 3', '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', 'Topic :: Internet :: Log Analysis', 'Topic :: Security', 'Topic :: System :: Logging',