Commit 1c482c4
committed
fix(config): fix invalid readme reference in
Not sure where the original `README-PYPI.md` file came from, maybe a bug
in initial generation?
Without these changes, we get the following error:
```
🚀 ❯ poetry install
Installing dependencies from lock file
No dependencies to install or update
Installing the current project: glean-api-client (0.5.2)
Error: The current project could not be installed: Readme path `/Users/rwjblue/src/github/gleanwork/api-client-python/README-PYPI.md` does not exist.
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
If you did intend to install the current project, you may need to set `packages` in your pyproject.toml file.
```pyproject.toml
1 parent 57edf6a commit 1c482c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments