docs: add docs; relase to pypi

This commit is contained in:
firedotguy
2026-01-29 23:03:27 +03:00
parent 7c99d8e00b
commit 8161872470
4 changed files with 80 additions and 2 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "itd-sdk"
version = "0.1.0"
description = "ITD client for python"
readme = "README.md"
authors = [
{ name = "firedotguy", email = "nta16022013@gmail.com" }
]
license = "MIT"
dependencies = [
"requests"
]
requires-python = ">=3.9"