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:
Alexander Graul 2022-02-23 15:05:00 +01:00 committed by Henrik Lissner
parent 41cbb1fe7b
commit ff31427687

View file

@ -7,7 +7,7 @@
"Command to initialize the jupyter REPL for `+python/open-jupyter-repl'.") "Command to initialize the jupyter REPL for `+python/open-jupyter-repl'.")
(after! projectile (after! projectile
(pushnew! projectile-project-root-files "setup.py" "requirements.txt")) (pushnew! projectile-project-root-files "pyproject.toml" "requirements.txt" "setup.py"))
;; ;;