Switch to pyproject.toml

This commit is contained in:
Valentin Niess
2025-05-23 17:48:56 +02:00
parent 8664b711d8
commit ab7eac67d5
6 changed files with 62 additions and 93 deletions

View File

@@ -1,5 +1,7 @@
import platform
from .version import version as __version__
if platform.system() != 'Linux':
raise RuntimeError('invalid system: ' + platform.system())