Merge pull request #1745 from normanjaeckel/Release-2.0b1
Release 2.0b1
This commit is contained in:
commit
5e3ff74575
@ -1,3 +1,3 @@
|
||||
__author__ = 'OpenSlides Team <support@openslides.org>'
|
||||
__description__ = 'Presentation and assembly system'
|
||||
__version__ = '2.0b1-dev'
|
||||
__version__ = '2.0b2-dev'
|
||||
|
@ -10,4 +10,3 @@ reportlab>=3.0,<3.3
|
||||
roman>=2.0,<2.1
|
||||
setuptools>=2.2,<19.0
|
||||
sockjs-tornado>=1.0,<1.1
|
||||
|
||||
|
7
setup.py
7
setup.py
@ -24,15 +24,16 @@ setup(
|
||||
|
||||
classifiers=[
|
||||
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
'Development Status :: 3 - Alpha',
|
||||
# 'Development Status :: 4 - Beta',
|
||||
# 'Development Status :: 3 - Alpha',
|
||||
'Development Status :: 4 - Beta',
|
||||
# 'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4', ],
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5', ],
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
include_package_data=True,
|
||||
install_requires=install_requires,
|
||||
|
Loading…
Reference in New Issue
Block a user