move to hatch-based builds

This commit is contained in:
Jan Petykiewicz 2022-08-29 13:07:46 -07:00
commit e1303b8a5c
7 changed files with 58 additions and 55 deletions

1
gridlock/LICENSE.md Symbolic link
View file

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

1
gridlock/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.0
'''.strip()

View file

@ -19,6 +19,5 @@ from .error import GridError
from .grid import Grid
__author__ = 'Jan Petykiewicz'
from .VERSION import __version__
__version__ = '1.0'
version = __version__