started converting to py package
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
]
|
||||
Reference in New Issue
Block a user