started converting to py package

This commit is contained in:
2025-09-09 10:12:06 +02:00
parent 018891301f
commit ff4b46b8d3
7 changed files with 21 additions and 0 deletions
View File
Binary file not shown.
Binary file not shown.
View File
+21
View File
@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "mfl"
authors = [
{name = "Roman Berti ", email = "roman.berti09gmail.com"}
]
description = "Wraper for pyads"
version = "0.0.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests > 2.26.0",
"enum",
"sys",
"os",
"datetime",
"time"
]