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

This commit is contained in:
Lance Edgar 2024-07-09 15:39:26 -05:00
parent 871b037586
commit 38e9191a5a
6 changed files with 66 additions and 84 deletions

View file

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