feat: switch from setup.cfg to pyrpoject.toml + hatchling
This commit is contained in:
parent
7dd249a38a
commit
06c38c0ce2
6 changed files with 110 additions and 102 deletions
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.2.0'
|
||||
from importlib.metadata import version
|
||||
|
||||
|
||||
__version__ = version('rattail_corepos')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue