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