index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
tests
/
test_config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the requires keyword
Sreejith Menon
2018-10-27
1
-0
/
+17
*
Add data_files support in setup.cfg with test case
Satoru SATOH
2018-10-24
1
-0
/
+17
*
Rename find_namepaces_ns to find_namespace_packages (#1423)
Carsten Klein
2018-08-17
1
-4
/
+60
*
Merge pull request #1343 from ianw/long-descr-type
Jason R. Coombs
2018-05-18
1
-1
/
+42
|
\
|
*
Allow setting long_description_content_type externally
Ian Wienand
2018-05-17
1
-1
/
+42
*
|
Fix attr: with package_dirs
Jeremy Bowman
2018-05-15
1
-3
/
+50
|
/
*
Support loading version from a file
Jeremy Bowman
2018-05-15
1
-0
/
+17
*
Updates for PEP 566 (Metadata 2.1)
Dustin Ingram
2018-03-14
1
-0
/
+1
*
Merge branch 'master' into master
Jason R. Coombs
2018-01-04
1
-0
/
+2
|
\
|
*
Add setup.cfg support for long_description_content_type (in line with docs).
Henk-Jaap Wagenaar
2017-11-21
1
-0
/
+2
*
|
Support PEP 345 Project-URL metadata
Jeremy Stanley
2017-11-22
1
-0
/
+16
|
/
*
Avoid interaction of multiple factors in test.
Jason R. Coombs
2017-08-28
1
-1
/
+1
*
Support list of files passed to `file:` directive
Sviatoslav Sydorenko
2017-08-28
1
-8
/
+2
*
Allow adding few files @ metadata.long_description
Sviatoslav Sydorenko
2017-08-28
1
-0
/
+24
*
fix requires handling when using setup.cfg
Benoit Pierre
2017-08-02
1
-3
/
+3
*
Fixes #999: support python_requires, py_modules in configuration files
Marcel Bargull
2017-04-07
1
-0
/
+4
*
Dropped support for classifiers subsection handling in setup.cfg (see #952).
idle sign
2017-02-04
1
-5
/
+8
*
`test_ignore_errors` side effect mitigated.
idle sign
2016-12-10
1
-0
/
+2
*
Fixed test for `find()` results.
idle sign
2016-12-10
1
-3
/
+5
*
Implemented find() configuration support for `packages`.
idle sign
2016-12-10
1
-0
/
+38
*
config tests refactored.
idle sign
2016-12-10
1
-17
/
+26
*
`read_configuration()` now accepts `ignore_option_errors`.
idle sign
2016-12-10
1
-0
/
+16
*
`read_configuration` now chdirs and tests for file.
idle sign
2016-12-07
1
-1
/
+5
*
`strict_mode` removed to improve forward compatibility.
idle sign
2016-12-05
1
-12
/
+0
*
Added API functions.
idle sign
2016-12-05
1
-1
/
+19
*
Tests and docstrings update.
idle sign
2016-12-05
1
-0
/
+4
*
`file:` directive sandboxed.
idle sign
2016-12-05
1
-0
/
+12
*
`metadata` aliases update.
idle sign
2016-12-04
1
-1
/
+1
*
Added `metadata` section aliases.
idle sign
2016-12-04
1
-0
/
+25
*
Section names now dot-separated to mimic .toml table names.
idle sign
2016-12-04
1
-7
/
+9
*
`dependency_links` as section not supported.
idle sign
2016-12-04
1
-16
/
+0
*
Implemented proper dangling option values support.
idle sign
2016-12-04
1
-13
/
+98
*
Added ConfigHandler.strict_mode.
idle sign
2016-12-04
1
-2
/
+13
*
Tests for config module 2.6 compatible.
idle sign
2016-11-26
1
-20
/
+20
*
Added tests for config module.
idle sign
2016-11-26
1
-0
/
+339