From 9f4b94cb34179d5e1e43e84b1e7e07ac7807c770 Mon Sep 17 00:00:00 2001 From: Luis Villamarin Date: Sun, 23 Aug 2026 20:11:43 -0400 Subject: [PATCH] docs: add Buy Me a Coffee donation and sponsor links - Add Buy Me a Coffee badge and dedicated Support section to README.md - Add GitHub native funding configuration in .github/FUNDING.yml - Add Funding URL to project URLs in pyproject.toml --- .github/FUNDING.yml | 3 +++ README.md | 11 +++++++++++ pyproject.toml | 1 + uv.lock | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..63e6db7 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# Supported funding model platforms + +buy_me_a_coffee: luisvillamg diff --git a/README.md b/README.md index f860e4e..19a15db 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Python Versions](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://pypi.org/project/AmazonAPIWrapper/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/lv10/amazonapi/actions/workflows/ci.yml/badge.svg)](https://github.com/lv10/amazonapi/actions/workflows/ci.yml) +[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-yellow.svg)](https://buymeacoffee.com/luisvillamg) A modern, high-performance, asynchronous and synchronous Python client for the Amazon Catalog APIs. @@ -325,6 +326,16 @@ uv build --- +## Support + +If you find this project helpful and want to support its maintenance and development, you can buy me a coffee: + + + Buy Me A Coffee + + +--- + ## License This project is licensed under the MIT License. See [LICENSE](LICENSE) for details. diff --git a/pyproject.toml b/pyproject.toml index 97bf8a5..1f0c4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ Homepage = "https://github.com/lv10/amazonapi" Documentation = "https://github.com/lv10/amazonapi#readme" Repository = "https://github.com/lv10/amazonapi" Issues = "https://github.com/lv10/amazonapi/issues" +Funding = "https://buymeacoffee.com/luisvillamg" [tool.hatch.build.targets.wheel] packages = ["amazon"] diff --git a/uv.lock b/uv.lock index 2b4263f..67ef652 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ [[package]] name = "amazonapiwrapper" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "httpx" },