Updated version

This commit is contained in:
Mark Qvist 2022-07-06 19:29:37 +02:00
parent d338e6196c
commit a0ac4cf2a8
3 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import setuptools
exec(open("sideband/_version.py", "r").read())
from main.py import __version__
with open("README.md", "r") as fh:
long_description = fh.read()