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

This commit is contained in:
Lance Edgar 2024-06-10 22:04:05 -05:00
parent 2ab7cf04c6
commit 7089ced72b
6 changed files with 70 additions and 82 deletions

View file

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