diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-23 11:22:25 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-23 11:22:25 +0000 |
commit | 3454246fab1b53772e3cef3839498b88da462fa1 (patch) | |
tree | 9a3ac858c052fc371702b1bd9bbb66d470a3ec74 /docs/userguide | |
parent | e96930187e18e8233f2182c17df0a8d862299166 (diff) | |
download | python-setuptools-git-3454246fab1b53772e3cef3839498b88da462fa1.tar.gz |
Fix error in docs
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/declarative_config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst index 83efbab7..fa104b10 100644 --- a/docs/userguide/declarative_config.rst +++ b/docs/userguide/declarative_config.rst @@ -256,6 +256,7 @@ data_files section 40.6.0 [# in a new line: .. code-block:: ini + [options] install_requires = importlib-metadata; python_version<"3.8" |