feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
c65cfe5144
commit
5176acaf9e
5 changed files with 65 additions and 56 deletions
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = u'0.1.0'
|
||||
from importlib.metadata import version
|
||||
|
||||
|
||||
__version__ = version('rattail-demo')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue