feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
f78860729c
commit
8100f9bf3b
6 changed files with 57 additions and 77 deletions
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.3'
|
||||
from importlib.metadata import version
|
||||
|
||||
|
||||
__version__ = version('tailbone-nationbuilder')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue