summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 2.6 supportBenoit Pierre2017-09-031-1/+1
* Merge branch 'master' into add_markdown_to_possible_readmesJason R. Coombs2017-09-035-34/+121
|\
| * Merge branch 'master' into pr1127Jason R. Coombs2017-09-036-18/+89
| |\
| | * Merge branch 'master' into long_description_content_typeJason R. Coombs2017-09-031-4/+12
| | |\
| | | * Merge branch 'master' into sortzipJason R. Coombs2017-09-033-15/+48
| | | |\
| | | * | Sort file listsBernhard M. Wiedemann2017-08-281-4/+12
| | * | | Add test_long_description_content_typeMarc Abramowitz2017-08-281-0/+25
| | * | | Add new long_description_content_type kwargMarc Abramowitz2017-08-282-0/+14
| | | |/ | | |/|
| * | | workaround easy_install bugBenoit Pierre2017-08-052-30/+70
* | | | Improve README file list handling and add Markdown to the current listSamuel Gaist2017-09-011-1/+2
| |/ / |/| |
* | | Need to perform the local assertion before checking for existence.Jason R. Coombs2017-08-281-7/+6
* | | Use proper reference.Jason R. Coombs2017-08-281-1/+1
* | | Correct typoJason R. Coombs2017-08-281-1/+1
* | | Extract method for reading local file. Now return results directly instead of...Jason R. Coombs2017-08-281-16/+17
* | | Using generator comprehension, avoid casting filepath to bytes on Python 2Jason R. Coombs2017-08-281-5/+2
* | | Avoid interaction of multiple factors in test.Jason R. Coombs2017-08-281-1/+1
* | | Convert path to str, which is needed under Py 2Sviatoslav Sydorenko2017-08-281-0/+1
* | | Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-282-19/+21
* | | Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-282-3/+27
|/ /
* | Extract variable for exceptions to provide explanationJason R. Coombs2017-08-031-1/+10
* | Fix exception on mingw built Python 2Segev Finer2017-08-032-6/+5
* | Fix exception on mingw built Python 2Segev Finer2017-08-021-4/+5
|/
* fix requires handling when using setup.cfgBenoit Pierre2017-08-023-149/+201
* fix `test` command handling of `extras_require`Benoit Pierre2017-07-262-3/+73
* tests: minor cleanup; remove dead codeBenoit Pierre2017-07-261-12/+0
* do not strip empty sections in `extras_require`Benoit Pierre2017-07-252-0/+20
* Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2017-07-242-17/+40
|\
| * Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-232-13/+40
* | Extract method capturing the 'suffix' for a marker.Jason R. Coombs2017-07-231-4/+16
* | Parse the requirements just once for simplicity and clarityJason R. Coombs2017-07-231-8/+3
|/
* Align suffix calculation for extras sectionsJason R. Coombs2017-07-231-9/+4
* Refactor a bit for clarityJason R. Coombs2017-07-231-9/+12
* Consolidate logic around a 'simple' requirementJason R. Coombs2017-07-231-7/+11
* Extract a function for removing extras and marker from a requirement.Jason R. Coombs2017-07-231-9/+15
* Handle rebuild of install_requires separate from building extras"Jason R. Coombs2017-07-231-7/+12
* Use term 'section' consistentlyJason R. Coombs2017-07-231-5/+4
* Extract two methods (still interdependent) for fixing requiresJason R. Coombs2017-07-231-9/+19
* Consolidate assignment of extras to the key in extras requirements.Jason R. Coombs2017-07-231-5/+3
* Extract variable for nicer indentationJason R. Coombs2017-07-231-6/+4
* fix `install_requires` handling of extrasBenoit Pierre2017-07-152-4/+41
* fix `extras_require` handlingBenoit Pierre2017-07-152-27/+66
* fix possible error when finalizing `install_requires`Benoit Pierre2017-07-152-2/+22
* tests: rework clean install testBenoit Pierre2017-07-151-0/+31
* tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-153-3/+3
* DelintJason R. Coombs2017-07-131-1/+1
* DelintJason R. Coombs2017-07-131-20/+31
* Use filter and next to directly extract a single failure.Jason R. Coombs2017-07-131-8/+12
* Use better variable names and the partition method for simplicity.Jason R. Coombs2017-07-131-7/+6
* ReindentJason R. Coombs2017-07-131-11/+12
* Extract _check_extra functionJason R. Coombs2017-07-131-7/+11