move to hatch-based build
This commit is contained in:
parent
5a42081f6a
commit
9c798b9906
7 changed files with 60 additions and 73 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue