move to hatch-based build
This commit is contained in:
parent
5a42081f6a
commit
9c798b9906
7 changed files with 60 additions and 73 deletions
1
fatamorgana/LICENSE.md
Symbolic link
1
fatamorgana/LICENSE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE.md
|
||||
1
fatamorgana/README.md
Symbolic link
1
fatamorgana/README.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../README.md
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
|
||||
__version__ = '''
|
||||
0.11
|
||||
'''.strip()
|
||||
|
|
@ -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