mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
6e89f2cc96
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
13 lines
183 B
TOML
13 lines
183 B
TOML
[buildpack]
|
|
name = "Python"
|
|
|
|
[publish.Ignore]
|
|
files = [
|
|
"test/",
|
|
".gitignore",
|
|
".dockerignore",
|
|
".github/",
|
|
"Dockerfile",
|
|
"Pipfile",
|
|
"Pipfile.lock"
|
|
] |