move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:44:20 -07:00
commit 9c798b9906
7 changed files with 60 additions and 73 deletions

View file

@ -15,7 +15,7 @@
numpy to speed up reading/writing.
Dependencies:
- Python 3.5 or later
- Python 3.8 or later
- numpy (optional, faster but no additional functionality)
To get started, try:
@ -36,6 +36,5 @@ from .basic import (
__author__ = 'Jan Petykiewicz'
from .VERSION import __version__
__version__ = '0.11'
version = __version__