feat: switch from setup.cfg to pyproject.toml + hatchling

This commit is contained in:
Lance Edgar 2024-07-09 15:59:06 -05:00
parent 6acada7c03
commit 2740db831f
7 changed files with 101 additions and 116 deletions

View file

@ -1 +1,6 @@
__version__ = '0.2.2'
# -*- coding: utf-8; -*-
from importlib.metadata import version
__version__ = version('sqlalchemy-pervasive')