aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/config.py
Commit message (Expand)AuthorAgeFilesLines
* Proper finalization for `read_configuration()`.idle sign2016-12-101-9/+11
* Implemented find() configuration support for `packages`.idle sign2016-12-101-2/+31
* `read_configuration()` now accepts `ignore_option_errors`.idle sign2016-12-101-7/+33
* `read_configuration` now chdirs and tests for file.idle sign2016-12-071-1/+12
* `strict_mode` removed to improve forward compatibility.idle sign2016-12-051-9/+1
* Added API functions.idle sign2016-12-051-0/+78
* Tests and docstrings update.idle sign2016-12-051-3/+3
* `file:` directive sandboxed.idle sign2016-12-051-1/+11
* _parse_attr() factored out.idle sign2016-12-041-24/+39
* `metadata` aliases update.idle sign2016-12-041-1/+1
* Added `metadata` section aliases.idle sign2016-12-041-2/+20
* Section names now dot-separated to mimic .toml table names.idle sign2016-12-041-1/+1
* Future package imported.idle sign2016-12-041-0/+1
* `dependency_links` as section not supported.idle sign2016-12-041-8/+0
* Implemented proper dangling option values support.idle sign2016-12-041-2/+2
* Added ConfigHandler.strict_mode.idle sign2016-12-041-2/+19
* Added config module.idle sign2016-11-261-0/+367