Move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:06:41 -07:00
commit 38fc306644
7 changed files with 64 additions and 70 deletions

1
klamath/LICENSE.md Symbolic link
View file

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

1
klamath/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__ = '''
1.2
'''.strip()

View file

@ -33,6 +33,6 @@ from . import records
from . import elements
from . import library
from .VERSION import __version__
__author__ = 'Jan Petykiewicz'
__version__ = '1.2'