commit 71fcd83740c2afabb109c1380f5abe9625f775e0 Author: IluaAir Date: Sat Feb 14 01:03:48 2026 +0300 init 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