From 1a2246a40c21cd63c098c71643e16ecd8ce23aa5 Mon Sep 17 00:00:00 2001 From: Diego Ramirez <dr01191115@gmail.com> Date: Fri, 19 May 2023 13:17:50 -0600 Subject: [PATCH] Remove a typo --- docs/userguide/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 3f97e8ef9b..c1a42038c2 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -369,7 +369,7 @@ For the simplest use, you can simply use the ``include_package_data`` keyword: [tool.setuptools] include-package-data = true - # This is already the default behaviour if your are using + # This is already the default behaviour if you are using # pyproject.toml to configure your build. # You can deactivate that with `include-package-data = false`