Files
sdk-notion/pyproject.toml
T

22 lines
443 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sdk-notion"
version = "0.1.0"
description = "Async Python SDK for the Notion API"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [
{ name = "Eduardo Riguetto" }
]
dependencies = [
"httpx>=0.25,<1.0",
"pydantic>=2.5,<3.0"
]
[project.urls]
Homepage = "https://github.com/riguettodev/sdk-notion"