From 8d4c6c202ad7c4cc06263ab2c1b1f969bbe99acd Mon Sep 17 00:00:00 2001 From: Panos Laganakos Date: Thu, 13 Dec 2018 22:26:02 +0200 Subject: [PATCH] Corrected PyPI classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14e7f85..a132133 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def find_version(*parts): 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: Implementation :: PyPy3', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],