From 71fcd83740c2afabb109c1380f5abe9625f775e0 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sat, 14 Feb 2026 01:03:48 +0300 Subject: [PATCH] init --- README.md | 0 pyproject.toml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README.md create mode 100644 pyproject.toml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7096929 --- /dev/null +++ b/pyproject.toml @@ -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*"] \ No newline at end of file