From 9a11b57e8c7bf6509c98ff93b336d1ea2767415d Mon Sep 17 00:00:00 2001
From: Hynek Schlawack
Date: Mon, 26 Aug 2024 07:09:06 +0200
Subject: [PATCH] Add Polar.sh
---
README.md | 1 +
docs/index.md | 1 +
pyproject.toml | 5 +++++
3 files changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 2d3ed311..1977dfab 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
+
diff --git a/docs/index.md b/docs/index.md
index 3872f566..2681e14d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,6 +19,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
+
```{include} ../README.md
diff --git a/pyproject.toml b/pyproject.toml
index 167ff185..189745d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -140,6 +140,11 @@ title = "FilePreviews"
url = "https://filepreviews.io/"
img = "FilePreviews.svg"
+[[tool.sponcon.sponsors]]
+title = "Polar"
+url = "https://polar.sh/"
+img = "Polar.svg"
+
[tool.pytest.ini_options]
addopts = ["-ra", "--strict-markers", "--strict-config"]