move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-11-20 19:38:21 -08:00
commit e41a71ce6f
8 changed files with 52 additions and 39 deletions

View file

@ -40,6 +40,5 @@
from .main import cg_solver
__author__ = 'Jan Petykiewicz'
from .VERSION import __version__
__version__ = '0.3'
version = __version__