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

This commit is contained in:
Lance Edgar 2024-06-11 19:00:34 -05:00
parent f78860729c
commit 8100f9bf3b
6 changed files with 57 additions and 77 deletions

View file

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