mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
Add a pyproject.toml and setup.py for using setuptools to install pySim and its upstream dependencies. Change-Id: I5698f3b29184340db69a156f985aa3c78d9b5674
4 lines
90 B
TOML
4 lines
90 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|