From 60f728e415e11f9e9c0a45cab6658390c21a0fbf Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 8 Dec 2019 09:46:19 -0800 Subject: [PATCH] Document that PyYAML is implemented with Cython (#244) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f8879752..a1a2baa1 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7",