mirror of
https://github.com/markqvist/LXMF.git
synced 2025-01-26 22:17:02 -05:00
Added lxmd entry point
This commit is contained in:
parent
8bb21688e5
commit
2181584f69
7
setup.py
7
setup.py
@ -14,12 +14,17 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/markqvist/lxmf",
|
||||
packages=setuptools.find_packages(),
|
||||
packages=["LXMF", "LXMF.Utilities"],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
entry_points= {
|
||||
'console_scripts': [
|
||||
'lxmd=LXMF.Utilities.lxmd:main',
|
||||
]
|
||||
},
|
||||
install_requires=['rns>=0.3.17'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user