Commit c90e399
authored
fix: Prevent error during parallel installations
Poetry and PDM install packages in parallel.
By including README.md and pyproject.toml
in the project's metadata, they are included
in the final wheel, above the actual source files.
Upon installation, these two files are written
directly in site-packages.
If one or more other packages do the same thing,
it sometimes results in OS errors due to parallel
accesses to the same files.
PR #9: #91 parent 002d7d6 commit c90e399
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
0 commit comments