Skip to content

Commit 7a7d22a

Browse files
committed
chore: fix main README
It was mentioning pip behaviour rather than referencing the packagers.
1 parent 52ca273 commit 7a7d22a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ The buildpack is published for consumption at
1616
`paketobuildpacks/python-packagers`.
1717

1818
## Behavior
19-
This buildpack participates if `requirements.txt` exists at the root the app.
19+
This buildpack participates if one of the following detection succeeds:
20+
21+
- (conda)[conda/README.md] -> `environment.yml`
22+
- (pip)[pip/README.md] -> `requirements.txt`
23+
- (pipenv)[pipenv/README.md] -> `Pipfile`
24+
- (poetry)[poetry/README.md] -> `pyproject.toml`
25+
26+
is present in the root folder.
2027

2128
The buildpack will do the following:
2229
* At build time:

0 commit comments

Comments
 (0)