Add the optional pyxdg module

This commit is contained in:
Bastian Germann 2018-10-05 09:26:18 +02:00
parent 41bd1d9bb8
commit 1574ecd4f3
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ using a computer and a data projector.""",
'odbc': ['pyodbc'],
'postgresql': ['psycopg2'],
'spellcheck': ['pyenchant >= 1.6'],
'sword-bibles': ['pysword']
'sword-bibles': ['pysword'],
'xdg': ['pyxdg']
},
tests_require=['nose2', 'pylint'],
entry_points={'gui_scripts': ['openlp = openlp.__main__:start']}