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
|
|
@ -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