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

This commit is contained in:
Lance Edgar 2024-06-10 22:08:26 -05:00
parent 95f34f366d
commit ca6eb6fd91
6 changed files with 57 additions and 70 deletions

View file

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