This commit is contained in:
2025-11-12 18:16:44 +00:00
commit 944643f6bd
4 changed files with 240 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "mx_convert"
version = "0.1.0"
description = "A Cube MX projct conversion helper"
authors = [{ name = "Didas72" }]
dependencies = []
[project.scripts]
mx-convert = "mx_convert.mx_convert:main"