Skip to content

Commit

Permalink
Add minimum versions for setup_requires, python_requires, py_modules. C…
Browse files Browse the repository at this point in the history
…loses #1535.
  • Loading branch information
jaraco committed Oct 22, 2021
1 parent fee9d17 commit eba81f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/userguide/declarative_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ Options
Key Type Minimum Version Notes
======================= =================================== =============== =========
zip_safe bool
setup_requires list-semi
setup_requires list-semi 36.7.0
install_requires list-semi
extras_require section [#opt-2]_
python_requires str
python_requires str 34.4.0
entry_points file:, section 51.0.0
scripts list-comma
eager_resources list-comma
Expand All @@ -221,7 +221,7 @@ package_dir dict
package_data section [#opt-1]_
exclude_package_data section
namespace_packages list-comma
py_modules list-comma
py_modules list-comma 34.4.0
data_files dict 40.6.0
======================= =================================== =============== =========

Expand Down

0 comments on commit eba81f6

Please sign in to comment.