summaryrefslogtreecommitdiff
path: root/pbr/core.py
Commit message (Expand)AuthorAgeFilesLines
* Tie recursion calls to Dist object, not moduleStephen Finucane2023-01-061-8/+2
* Avoid recursive calls into SetupTools entrypointJeremy Stanley2022-02-041-8/+15
* Allow PEP517 without setup_requiresClark Boylan2021-11-121-0/+8
* Fix incorrect use of flake8:noqaSean McGinnis2018-10-261-5/+4
* Special case long_description_content_typeIan Wienand2018-10-051-0/+12
* Remove unnecessary 'if True'Stephen Finucane2017-10-121-48/+47
* Discover Distribution through the class hierarchyJason R. Coombs2017-10-121-18/+8
* Remove support for command hooksStephen Finucane2017-10-091-11/+0
* Merge "Handle markers to support sdist on pip < 6"Jenkins2016-01-141-1/+1
|\
| * Handle markers to support sdist on pip < 6Sachi King2015-12-171-1/+1
* | Merge "Enable pep8 H405 tests"Jenkins2015-12-091-2/+4
|\ \ | |/ |/|
| * Enable pep8 H405 testsLuo Gangyi2015-12-081-2/+4
* | Do not error when running pep8 with py3Sachi King2015-10-301-2/+2
|/
* Add truncated lincense textMasaki Matsushita2015-03-181-0/+5
* Allow examining parsing exceptions.Robert Collins2014-06-281-0/+5
* Restore Monkeypatched Distribution InstanceKevin McCarthy2014-06-221-49/+66
* Merge "Move d2to1 more into the source tree"Jenkins2013-07-221-1/+1
|\
| * Move d2to1 more into the source treeMonty Taylor2013-07-211-1/+1
* | Fix integer_types type under python 3Doug Hellmann2013-07-211-1/+1
|/
* Clean up hacking and path issues with d2to1Monty Taylor2013-07-111-0/+127