We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a8c66 commit 5cc3192Copy full SHA for 5cc3192
{{ cookiecutter.repo_name }}/Makefile
@@ -4,6 +4,7 @@
4
# GLOBALS #
5
#################################################################################
6
7
+PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
8
BUCKET = {{ cookiecutter.s3_bucket }}
9
PROJECT_NAME = {{ cookiecutter.repo_name }}
10
PYTHON_INTERPRETER = {{ cookiecutter.python_interpreter }}
0 commit comments