feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
4e3b8f6520
commit
8c51ee8735
6 changed files with 66 additions and 63 deletions
|
@ -1,3 +1,9 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.3.6'
|
||||
try:
|
||||
from importlib.metadata import version
|
||||
except ImportError:
|
||||
from importlib_metadata import version
|
||||
|
||||
|
||||
__version__ = version('rattail-fabric2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue