From b21a665e41100373fe6f78481ce5ccc9a9154527 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 24 Jan 2017 22:06:55 +0200 Subject: [PATCH] - Corrected development status classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c39c646..3e24a64 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( author_email='nimrod@shore.co.il', license='MIT', classifiers=[ - 'Development status :: 4 - Beta', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 2', -- GitLab