Files
Motion_lib/pyproject.toml
T
2025-09-29 15:58:43 +02:00

18 lines
365 B
TOML

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "mfl"
authors = [
{name = "RomanBerti ", email = "roman.berti09@gmail.com"}
]
description = "Wraper for pyads"
version = "0.0.2"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = []