move to hatch-based builds
This commit is contained in:
parent
9276f8f86b
commit
e1303b8a5c
7 changed files with 58 additions and 55 deletions
1
gridlock/LICENSE.md
Symbolic link
1
gridlock/LICENSE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE.md
|
||||
1
gridlock/README.md
Symbolic link
1
gridlock/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.0
|
||||
'''.strip()
|
||||
|
|
@ -19,6 +19,5 @@ from .error import GridError
|
|||
from .grid import Grid
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
from .VERSION import __version__
|
||||
__version__ = '1.0'
|
||||
version = __version__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue