mirror of
https://github.com/markqvist/LXMF.git
synced 2025-02-05 01:45:30 -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=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/markqvist/lxmf",
|
url="https://github.com/markqvist/lxmf",
|
||||||
packages=setuptools.find_packages(),
|
packages=["LXMF", "LXMF.Utilities"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
entry_points= {
|
||||||
|
'console_scripts': [
|
||||||
|
'lxmd=LXMF.Utilities.lxmd:main',
|
||||||
|
]
|
||||||
|
},
|
||||||
install_requires=['rns>=0.3.17'],
|
install_requires=['rns>=0.3.17'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user