From 13a6f5ea551b743170a3fe16ee40bf973a6effdf Mon Sep 17 00:00:00 2001 From: Amir Shamsi Date: Fri, 18 Feb 2022 15:27:17 +0330 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2998617..e98a395 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ tests_require=['pytest'], test_suite='tests', classifiers=[ - 'Development Status :: 1 - Alpha', + 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: MIT License',