feat: switch from setup.cfg to pyproject.toml + hatchling

This commit is contained in:
Lance Edgar 2024-06-10 21:29:46 -05:00
parent 783e5770f1
commit 92285dcbc1
6 changed files with 78 additions and 86 deletions

View file

@ -1,3 +1,6 @@
# -*- coding: utf-8; -*-
__version__ = '0.1.8'
from importlib.metadata import version
__version__ = version('Messkit')