18 lines
365 B
TOML
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.3"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
license = "MIT"
|
|
license-files = ["LICEN[CS]E*"]
|
|
dependencies = []
|
|
|