From e9a54821d6a819cf6abb85cba8c7e6cef9555f45 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Fri, 8 Apr 2022 07:03:46 +0000 Subject: [PATCH] update setup() long_description/extras_require --- setup.cfg | 2 +- setup.py | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index f992ea9b3..eb40ec75d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index d3e591ea7..3c08d62fa 100644 --- a/setup.py +++ b/setup.py @@ -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',