diff --git a/README.md b/README.md index bb68a03..9051167 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Install with setup.py: ```bash $ git clone https://github.com/PRIDE-Archive/pridepy $ cd pridepy -$ python project.toml sdist bdist_wheel +$ python pyproject.toml sdist bdist_wheel $ pip install dist/pridepy-{version}.tar.gz ``` diff --git a/project.toml b/pyproject.toml similarity index 100% rename from project.toml rename to pyproject.toml