Skip to content

Commit 0c18437

Browse files
pyproject: Update description to use consistent branding for pdfRest
- Changed all references of "PDFRest" to "pdfRest" in `pyproject.toml` and `mkdocs.yml` to align with branding guidelines. Assisted-by: Codex
1 parent be94941 commit 0c18437

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: pdfrest
2-
site_description: Python client library for interacting with the PDFRest API
2+
site_description: Python client library for interacting with the pdfRest API
33
repo_url: https://github.com/pdfrest/pdfrest-python
44
docs_dir: docs
55
site_dir: site

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pdfrest"
33
version = "1.0.2"
4-
description = "Python client library for interacting with the PDFRest API"
4+
description = "Python client library for interacting with the pdfRest API"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
authors = [
77
{name = "Datalogics"},

0 commit comments

Comments
 (0)