This commit is contained in:
IluaAir
2026-02-14 01:03:48 +03:00
commit 71fcd83740
2 changed files with 16 additions and 0 deletions

0
README.md Normal file
View File

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "oxipy"
version = "0.1.0"
description = "Oxi API client"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.32.5",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["oxi*"]