mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-22 07:41:23 -04:00
Updated version and RNS dependency version
This commit is contained in:
parent
005d71707c
commit
37e99910ec
2 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.6.3"
|
__version__ = "0.7.0"
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -15,9 +15,10 @@ setuptools.setup(
|
||||||
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=["LXMF", "LXMF.Utilities"],
|
packages=["LXMF", "LXMF.Utilities"],
|
||||||
|
license="Reticulum License",
|
||||||
|
license_files = ("LICENSE"),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
entry_points= {
|
entry_points= {
|
||||||
|
@ -25,6 +26,6 @@ setuptools.setup(
|
||||||
'lxmd=LXMF.Utilities.lxmd:main',
|
'lxmd=LXMF.Utilities.lxmd:main',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=["rns>=0.9.3"],
|
install_requires=["rns>=0.9.5"],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue