Commit ec93353
add new root marker for python projects: pyproject.toml
As defined per https://www.python.org/dev/peps/pep-0518/
`pyproject.toml` is a file that could be used to define a python project.
It is already used by some tools like [poetry](https://poetry.eustace.io/)
or [black](https://black.readthedocs.io/en/stable/)1 parent f71ab82 commit ec93353
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments