From: Oleg Broytman Date: Thu, 8 Sep 2016 14:59:49 +0000 (+0300) Subject: Declare development status Pre-Alpha X-Git-Tag: 0.0.6~30 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=dabb843cf9410be1e1626ac5c3cf5120fca2759e Declare development status Pre-Alpha --- diff --git a/setup.py b/setup.py index e5911c8..25c9444 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup(name='sqlconvert', platforms=['any'], keywords=[''], classifiers=[ - 'Development Status :: 1 - Planning', + 'Development Status :: 2 - Pre-Alpha', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)',