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 6dc0c15 commit 09dabc8Copy full SHA for 09dabc8
README.md
@@ -18,10 +18,10 @@ The buildpack is published for consumption at
18
## Behavior
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`
+- [conda](pkg/conda/README.md) -> `environment.yml`
+- [pip](pkg/pip/README.md) -> `requirements.txt`
+- [pipenv](pkg/pipenv/README.md) -> `Pipfile`
+- [poetry](pkg/poetry/README.md) -> `pyproject.toml`
25
26
is present in the root folder.
27
0 commit comments