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

This commit is contained in:
Lance Edgar 2024-06-10 19:40:59 -05:00
parent 902a244634
commit c1a18e6256
6 changed files with 76 additions and 76 deletions

View file

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