From 970c17972ba096b764a4536f453588b2975c1ec1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 1 Jul 2021 17:26:13 +0200
Subject: [PATCH] pypy doesn't work

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

diff --git a/README.md b/README.md
index 80a2412..e61964c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@ Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/
 Tested and works on CPython 3.5-3.9, 
 both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).
 
-Contrary to what's said on PyPI it also works on PyPy!
+It doesn't work on PyPy due to lack of
+`PyModule_FromDefAndSpec` symbol.
 
 READ BEFORE YOU USE
 ===================
diff --git a/setup.cfg b/setup.cfg
index aba4dee..e0e0434 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,6 @@ classifier =
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: Implementation :: CPython
-    Programming Language :: Python :: Implementation :: PyPy
     Operating System :: OS Independent
     Development Status :: 5 - Production/Stable
     License :: OSI Approved :: MIT License
-- 
GitLab