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

View file

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