feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
95f34f366d
commit
ca6eb6fd91
6 changed files with 57 additions and 70 deletions
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.1'
|
||||
from importlib.metadata import version
|
||||
|
||||
|
||||
__version__ = version('tailbone-mailchimp')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue