Move to hatch-based build

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:41:19 -07:00
commit 303620b0a2
8 changed files with 63 additions and 72 deletions

1
mem_edit/LICENSE.md Symbolic link
View file

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

1
mem_edit/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.6
'''.strip()

View file

@ -17,8 +17,7 @@ from .utils import MemEditError
__author__ = 'Jan Petykiewicz'
from .VERSION import __version__
__version__ = '0.6'
version = __version__ # legacy compatibility