From dbd921304016215d3055133fd2491cf9a02dfb80 Mon Sep 17 00:00:00 2001 From: Callum J Hays Date: Mon, 19 Sep 2022 15:58:57 +1000 Subject: [PATCH] fix: pypi classifiers again --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6d09ded..4c95099 100644 --- a/setup.py +++ b/setup.py @@ -32,9 +32,9 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - "Development Status :: 2 - Alpha", + "Development Status :: 5 - Production/Stable", # Indicate who your project is intended for - "Intended Audience :: Developers,", + "Intended Audience :: Developers", # Pick your license as you wish (should match "license" above) "License :: OSI Approved :: MIT License", # Specify the Python versions you support here. In particular, ensure