Просмотр исходного кода

update version identifier in setup.py

Rafał Pitoń 7 лет назад
Родитель
Сommit
be483d8b2a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -27,7 +27,7 @@ EXCLUDE_FROM_PACKAGES = [
 setup(
 setup(
     name='Misago',
     name='Misago',
     version=version,
     version=version,
-    license='GNU General Public License v2 (GPLv2)',
+    license='GPLv2',
     description=(
     description=(
         "Misago is modern, fully featured forum application written in "
         "Misago is modern, fully featured forum application written in "
         "Python and ES6, powered by Django and React.js. It works out of "
         "Python and ES6, powered by Django and React.js. It works out of "
@@ -48,7 +48,7 @@ setup(
     ]},
     ]},
     test_suite="runtests.runtests",
     test_suite="runtests.runtests",
     classifiers=[
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',
         'Environment :: Web Environment',
         'Framework :: Django',
         'Framework :: Django',
         'Intended Audience :: Developers',
         'Intended Audience :: Developers',