From 3ccc5a284384c05f18059fdd4a66d32d83f1cddd Mon Sep 17 00:00:00 2001 From: Nishit Mohanan Date: Fri, 23 Sep 2022 16:07:37 +0530 Subject: [PATCH] Changed tox configuration link to pyproject.toml --- docs/1_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1_requirements.rst b/docs/1_requirements.rst index 11b31f8..bbe2c99 100644 --- a/docs/1_requirements.rst +++ b/docs/1_requirements.rst @@ -7,7 +7,7 @@ Axes requires a supported Django version and runs on Python versions 3.6 and abo Refer to the project source code repository in `GitHub `_ and see the -`Tox configuration `_ and +`pyproject.toml file `_ and `Python package definition `_ to check if your Django and Python version are supported.