Added version file

This commit is contained in:
Mark Qvist 2022-09-14 16:30:42 +02:00
parent afe529fa0a
commit ff48661f60
3 changed files with 6 additions and 1 deletions

View file

@ -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",