From 4c801bd19203ea48a741637082f39468d436d852 Mon Sep 17 00:00:00 2001 From: Dirk Pranke Date: Fri, 6 May 2022 14:47:35 -0700 Subject: [PATCH] fix typo'd Development Status in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e3f5cc..b0e8c44 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ url='https://github.com/dpranke/pyjson5', license='Apache', classifiers=[ - 'Development Status :: 5 - Proudction/Stable', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2',