mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
package python sdk for PyPI
This commit is contained in:
parent
642b6dc91d
commit
f4180fbffb
6 changed files with 165 additions and 2 deletions
26
apps/python-sdk/pyproject.toml
Normal file
26
apps/python-sdk/pyproject.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "rowboat"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{ name = "Your Name", email = "your.email@example.com" },
|
||||
]
|
||||
description = "Python sdk for the Rowboat API"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"requests>=2.25.0",
|
||||
"pydantic>=2.0.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/rowboatlabs/rowboat/tree/main/apps/python-sdk"
|
||||
"Bug Tracker" = "https://github.com/rowboatlabs/rowboat/issues"
|
||||
Loading…
Add table
Add a link
Reference in a new issue