mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-22 07:41:23 -04:00
Added version file
This commit is contained in:
parent
afe529fa0a
commit
ff48661f60
3 changed files with 6 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -3,9 +3,11 @@ import setuptools
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
exec(open("LXMF/_version.py", "r").read())
|
||||
|
||||
setuptools.setup(
|
||||
name="lxmf",
|
||||
version="0.1.7",
|
||||
version=__version__,
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="Lightweight Extensible Message Format for Reticulum",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue