tweak(python): use pyproject.toml as project file
With PEP 518, Python defined a general Python project configuration format that is called pyproject.toml
This commit is contained in:
parent
41cbb1fe7b
commit
ff31427687
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"Command to initialize the jupyter REPL for `+python/open-jupyter-repl'.")
|
||||
|
||||
(after! projectile
|
||||
(pushnew! projectile-project-root-files "setup.py" "requirements.txt"))
|
||||
(pushnew! projectile-project-root-files "pyproject.toml" "requirements.txt" "setup.py"))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue