Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 5be890b

Browse files
committed
Sponsor info
1 parent 615707a commit 5be890b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,9 @@ switch-to-poetry: ## Switch to poetry package manager.
114114
.PHONY: init
115115
init: ## Initialize the project based on an application template.
116116
@./.github/init.sh
117+
118+
119+
# This project has been generated from rochacbruno/python-project-template
120+
# __author__ = 'rochacbruno'
121+
# __repo__ = https://github.com/rochacbruno/python-project-template
122+
# __sponsor__ = https://github.com/sponsors/rochacbruno/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ See also [Flask-Project-Template](https://github.com/rochacbruno/flask-project-t
4444
> Curious about architectural decisions on this template? read [ABOUT_THIS_TEMPLATE.md](ABOUT_THIS_TEMPLATE.md)
4545
> If you want to contribute to this template please open an [issue](https://github.com/rochacbruno/python-project-template/issues) or fork and send a PULL REQUEST.
4646
47+
[❤️ Sponsor this project](https://github.com/sponsors/rochacbruno/)
48+
4749
<!-- DELETE THE LINES ABOVE THIS AND WRITE YOUR PROJECT README BELOW -->
4850

4951
---

0 commit comments

Comments
 (0)