Move from setuputils and setup.py to hatch and pyproject.toml
This commit is contained in:
parent
a713967911
commit
5b5cbe94d3
7 changed files with 63 additions and 92 deletions
1
masque/LICENSE.md
Symbolic link
1
masque/LICENSE.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE.md
|
||||
1
masque/README.md
Symbolic link
1
masque/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__ = '''
|
||||
2.7
|
||||
'''.strip()
|
||||
|
|
@ -39,5 +39,5 @@ from .library import Library, DeviceLibrary
|
|||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
from .VERSION import __version__
|
||||
__version__ = '2.7'
|
||||
version = __version__ # legacy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue