update setup() long_description/extras_require

master
Ken Roberts 2022-04-08 07:03:46 +00:00 committed by Tim Bentley
parent 23b58620ca
commit e9a54821d6
2 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@ ignore = E402,E722,W503,W504
[flake8]
exclude=resources.py,vlc.py
max-line-length = 120
ignore = E402,W503,W504,D
ignore = E402,W503,W504
[pycodestyle]
exclude = resources.py,vlc.py

View File

@ -47,10 +47,10 @@ setup(
name='OpenLP',
version=version_string,
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
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=[
'Development Status :: 4 - Beta',
'Environment :: MacOS X',
@ -132,8 +132,6 @@ using a computer and a data projector.""",
'postgresql': ['psycopg2'],
'spellcheck': ['pyenchant >= 1.6'],
'sword-bibles': ['pysword'],
# Required for scripts/*.py:
'jenkins': ['python-jenkins'],
'test': [
'PyMuPDF',
'pyodbc',