summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-16 18:34:35 +0100
committerGitHub <noreply@github.com>2022-05-16 18:34:35 +0100
commite66ee6206feb49fe4bdec417c84d601d6b4bbf72 (patch)
tree465f4f09951508299000c9ae25573a68fde2d385 /docs
parentaec2215be6711c850339484cd7f47d542a6c06a1 (diff)
parent2b218927334c58a655fc285a5c241828d394cffe (diff)
downloadpython-setuptools-git-e66ee6206feb49fe4bdec417c84d601d6b4bbf72.tar.gz
Warn about deprecation of behaviour that considers modules/packages as data when include_package_data=True (#3308)
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 14e607d4..b157c35a 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -131,7 +131,7 @@ the packages in your project directory:
[options]
packages = find: # OR `find_namespaces:` if you want to use namespaces
- [options.packages.find] (always `find` even if `find_namespaces:` was used before)
+ [options.packages.find] # (always `find` even if `find_namespaces:` was used before)
# This section is optional
# Each entry in this section is optional, and if not specified, the default values are:
# `where=.`, `include=*` and `exclude=` (empty).