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