From 2e70277b784e440cb7a1ea205cbde810c691931e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 18 Mar 2020 15:49:08 +0100
Subject: [PATCH] fix header

---
 README.md | 2 +-
 setup.cfg | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 330d1f9..ff0588e 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ into a single extension.
 
 Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
 
-Tested and works on Python 3.8 and Python 3.7, 
+Tested and works on CPython 3.8 and CPython 3.7, 
 both Windows and Linux.
 
 Usage
diff --git a/setup.cfg b/setup.cfg
index 07d2c71..1f5aaef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: Implementation :: CPython
-    Programming Language :: Python :: Implementation :: PyPy
     Operating System :: POSIX
     Operating System :: OS Independent
     Development Status :: 5 - Production/Stable
-- 
GitLab