From b168e0a6423c53de31aae6c444fa1d1c5083afa6 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Wed, 27 Jul 2016 16:03:11 +0200 Subject: [PATCH] typo in setup.py classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b27f5b4..eb0af62 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ if __name__ == '__main__': author_email='valentin.samir@crans.org', classifiers=[ 'Environment :: Web Environment', - 'evelopment Status :: 5 - Production/Stable', + 'Development Status :: 5 - Production/Stable', 'Framework :: Django', 'Framework :: Django :: 1.7', 'Framework :: Django :: 1.8',