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',