Move to hatch-based build
This commit is contained in:
parent
a8ecd5f0ef
commit
38fc306644
7 changed files with 64 additions and 70 deletions
1
klamath/LICENSE.md
Symbolic link
1
klamath/LICENSE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE.md
|
||||
1
klamath/README.md
Symbolic link
1
klamath/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__ = '''
|
||||
1.2
|
||||
'''.strip()
|
||||
|
|
@ -33,6 +33,6 @@ from . import records
|
|||
from . import elements
|
||||
from . import library
|
||||
|
||||
from .VERSION import __version__
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
__version__ = '1.2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue