aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarcel Bargull <marcel.bargull@udo.edu>2017-04-07 13:42:51 +0200
committerMarcel Bargull <marcel.bargull@udo.edu>2017-04-07 13:44:35 +0200
commitabaf7c4dd76c56eb509f6a5f6caa2f8e886801b6 (patch)
tree89402fe4a6547efe8cb341883ea9f8a25305d45b /docs
parentbdbe0776c19646e703bd0b89ad3f33e6797256a7 (diff)
downloadexternal_python_setuptools-abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6.tar.gz
external_python_setuptools-abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6.tar.bz2
external_python_setuptools-abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6.zip
Fixes #999: support python_requires, py_modules in configuration files
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index f0da6e1d..bf5bb8ce 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2425,6 +2425,7 @@ zip_safe bool
setup_requires list-semi
install_requires list-semi
extras_require section
+python_requires str
entry_points file:, section
use_2to3 bool
use_2to3_fixers list-comma
@@ -2440,6 +2441,7 @@ package_dir dict
package_data section
exclude_package_data section
namespace_packages list-comma
+py_modules list-comma
======================= =====
.. note::