forked from openlp/openlp
update setup() long_description/extras_require
This commit is contained in:
parent
23b58620ca
commit
e9a54821d6
@ -13,7 +13,7 @@ ignore = E402,E722,W503,W504
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude=resources.py,vlc.py
|
exclude=resources.py,vlc.py
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
ignore = E402,W503,W504,D
|
ignore = E402,W503,W504
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
exclude = resources.py,vlc.py
|
exclude = resources.py,vlc.py
|
||||||
|
6
setup.py
6
setup.py
@ -47,10 +47,10 @@ setup(
|
|||||||
name='OpenLP',
|
name='OpenLP',
|
||||||
version=version_string,
|
version=version_string,
|
||||||
description="Open source Church presentation and lyrics projection application.",
|
description="Open source Church presentation and lyrics projection application.",
|
||||||
long_description="""\
|
long_description="""
|
||||||
OpenLP (previously openlp.org) is free church presentation software, or lyrics projection software, used to display
|
OpenLP (previously openlp.org) is free church presentation software, or lyrics projection software, used to display
|
||||||
slides of songs, Bible verses, videos, images, and even presentations (if PowerPoint is installed) for church worship
|
slides of songs, Bible verses, videos, images, and even presentations (if PowerPoint is installed) for church worship
|
||||||
using a computer and a data projector.""",
|
using a computer and a display/projector.""",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: MacOS X',
|
'Environment :: MacOS X',
|
||||||
@ -132,8 +132,6 @@ using a computer and a data projector.""",
|
|||||||
'postgresql': ['psycopg2'],
|
'postgresql': ['psycopg2'],
|
||||||
'spellcheck': ['pyenchant >= 1.6'],
|
'spellcheck': ['pyenchant >= 1.6'],
|
||||||
'sword-bibles': ['pysword'],
|
'sword-bibles': ['pysword'],
|
||||||
# Required for scripts/*.py:
|
|
||||||
'jenkins': ['python-jenkins'],
|
|
||||||
'test': [
|
'test': [
|
||||||
'PyMuPDF',
|
'PyMuPDF',
|
||||||
'pyodbc',
|
'pyodbc',
|
||||||
|
Loading…
Reference in New Issue
Block a user