feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
6acada7c03
commit
2740db831f
7 changed files with 101 additions and 116 deletions
|
@ -1 +1,6 @@
|
|||
__version__ = '0.2.2'
|
||||
# -*- coding: utf-8; -*-
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
|
||||
__version__ = version('sqlalchemy-pervasive')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue