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

1
fatamorgana/LICENSE.md Symbolic link
View file

@ -0,0 +1 @@
../LICENSE.md

1
fatamorgana/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

View file

@ -1,4 +0,0 @@
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
__version__ = '''
0.11
'''.strip()

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__