Move from setuputils and setup.py to hatch and pyproject.toml

This commit is contained in:
Jan Petykiewicz 2022-08-18 22:59:50 -07:00 committed by jan
commit 5b5cbe94d3
7 changed files with 63 additions and 92 deletions

1
masque/LICENSE.md Symbolic link
View file

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

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

View file

@ -39,5 +39,5 @@ from .library import Library, DeviceLibrary
__author__ = 'Jan Petykiewicz'
from .VERSION import __version__
__version__ = '2.7'
version = __version__ # legacy