From 0fd21d1e737bd5a031c09b87e58aa9d505b51121 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Sun, 28 Oct 2018 11:12:06 -0400 Subject: fix typo Co-Authored-By: jaraco --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 3cad38b1..9a0ee0c1 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1655,7 +1655,7 @@ Distributing Extensions compiled with Cython -------------------------------------------- ``setuptools`` will detect at build time whether Cython is installed or not. -If Cython is not found ``setputools`` will ignore pyx files. +If Cython is not found ``setuptools`` will ignore pyx files. To ensure Cython is available, include Cython in the build-requires section of your pyproject.toml:: -- cgit v1.2.3