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