diff --git a/pyproject.toml b/pyproject.toml index a4a84744..6e7bd0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" name = "cffi" version = "2.2.0.dev0" dependencies = [ - "pycparser; implementation_name != 'PyPy'", + "pycparser; implementation_name != 'pypy'", ] requires-python = ">=3.10"