Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: [amrabed]
patreon: amrabed
github: amrabed
patreon:
custom: "https://paypal.me/amrabed"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ help: # Show available targets
@grep -E '^[a-zA-Z_-]+:.*# .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*# "}; {printf " %-12s %s\n", $$1, $$2}'

NAME ?= templates
DESCRIPTION ?= Python Project Template
DESCRIPTION ?= AWS Lambda Templates
AUTHOR ?= Amr Abed
EMAIL ?= amrabed
GITHUB ?= amrabed
Expand Down