From 6d406d8c64a0254a11632eb846a1ec3b68e8de17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Jun 2025 08:26:36 +0200 Subject: [PATCH] chore: add funding meta data --- .well-known/funding-manifest-urls | 1 + REUSE.toml | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+) create mode 100644 .well-known/funding-manifest-urls diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls new file mode 100644 index 00000000..42669c30 --- /dev/null +++ b/.well-known/funding-manifest-urls @@ -0,0 +1 @@ +https://weblate.org/funding.json diff --git a/REUSE.toml b/REUSE.toml index debdcfcc..e1400329 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -32,6 +32,7 @@ path = [ ".gitignore", ".gitmodules", ".weblate", + ".well-known/*", "MANIFEST.in", "pyproject.toml", "requirements**.txt", diff --git a/pyproject.toml b/pyproject.toml index a02fe616..e2c9a372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ ignore = [ ".gitmodules", ".reuse/dep5", ".weblate", + ".well-known/*", "json/*", "languages-po/*", "LICENSES/*",