|
@@ -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',
|