Skip to content

Commit d93dd80

Browse files
chore: update configuration
Generated from OpenAPI spec v1.0.0
1 parent 7943140 commit d93dd80

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "templatefox"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Official TemplateFox Python SDK - Generate PDFs from HTML templates"
55
license = {text = "MIT"}
66
authors = [
77
{name = "TemplateFox",email = "[email protected]"},
88
]
99
readme = "README.md"
10-
keywords = ["OpenAPI", "OpenAPI-Generator", "TemplateFox API"]
10+
keywords = ["pdf", "pdf-generation", "template", "api", "html-to-pdf", "templatefox", "pdf-template", "document-generation", "invoice", "report", "sdk", "pdf-api"]
1111
requires-python = ">=3.9"
1212

1313
dependencies = [
@@ -18,7 +18,10 @@ dependencies = [
1818
]
1919

2020
[project.urls]
21+
Homepage = "https://pdftemplateapi.com"
2122
Repository = "https://github.com/TemplateFoxPDF/pythonsdk"
23+
Issues = "https://github.com/TemplateFoxPDF/pythonsdk/issues"
24+
Documentation = "https://pdftemplateapi.com/docs"
2225

2326
[tool.poetry]
2427
requires-poetry = ">=2.0"

0 commit comments

Comments
 (0)