Updated metadata files.
This commit is contained in:
parent
5e487d2f16
commit
a8591c9343
@ -5,7 +5,4 @@ include README.rst
|
|||||||
include requirements_production.txt
|
include requirements_production.txt
|
||||||
include bower.json
|
include bower.json
|
||||||
recursive-include openslides *.*
|
recursive-include openslides *.*
|
||||||
recursive-exclude openslides *.pyc
|
exclude openslides/__pycache__/*
|
||||||
recursive-exclude openslides *.swp
|
|
||||||
recursive-exclude openslides *.swo
|
|
||||||
recursive-exclude openslides *~
|
|
||||||
|
6
setup.py
6
setup.py
@ -19,14 +19,14 @@ setup(
|
|||||||
description=openslides_description,
|
description=openslides_description,
|
||||||
license='MIT',
|
license='MIT',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='http://openslides.org',
|
url='https://openslides.org',
|
||||||
version=openslides_version,
|
version=openslides_version,
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
# 'Development Status :: 3 - Alpha',
|
# 'Development Status :: 3 - Alpha',
|
||||||
'Development Status :: 4 - Beta',
|
# 'Development Status :: 4 - Beta',
|
||||||
# 'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
|
Loading…
Reference in New Issue
Block a user