docs: add docs; relase to pypi
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user