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

This commit is contained in:
Lance Edgar 2024-06-10 19:44:59 -05:00
parent d5ad6ed52b
commit 8d4898ead6
6 changed files with 78 additions and 63 deletions

View file

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