forked from openlp/openlp
Add the optional pyxdg module
This commit is contained in:
parent
41bd1d9bb8
commit
1574ecd4f3
3
setup.py
3
setup.py
@ -197,7 +197,8 @@ using a computer and a data projector.""",
|
|||||||
'odbc': ['pyodbc'],
|
'odbc': ['pyodbc'],
|
||||||
'postgresql': ['psycopg2'],
|
'postgresql': ['psycopg2'],
|
||||||
'spellcheck': ['pyenchant >= 1.6'],
|
'spellcheck': ['pyenchant >= 1.6'],
|
||||||
'sword-bibles': ['pysword']
|
'sword-bibles': ['pysword'],
|
||||||
|
'xdg': ['pyxdg']
|
||||||
},
|
},
|
||||||
tests_require=['nose2', 'pylint'],
|
tests_require=['nose2', 'pylint'],
|
||||||
entry_points={'gui_scripts': ['openlp = openlp.__main__:start']}
|
entry_points={'gui_scripts': ['openlp = openlp.__main__:start']}
|
||||||
|
Loading…
Reference in New Issue
Block a user