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

This commit is contained in:
Lance Edgar 2024-06-10 21:21:19 -05:00
parent 784f75ac3f
commit 6b4280a6aa
6 changed files with 71 additions and 85 deletions

View file

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