aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+1
* Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-081-3/+3
* Merge pull request #1877 from pypa/feature/distribution-options-hooksJason R. Coombs2019-11-231-4/+20
|\
| * Move all finalization of distribution options into hooks. Allow hooks to spec...Jason R. Coombs2019-11-161-6/+18
| * Add new hook 'setuptools.finalize_distribution_options' for plugins like 'set...Jason R. Coombs2019-10-181-0/+4
* | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-161-0/+1
|\ \
| * | Use an OrderedSet for accumulating license filesMick Koch2019-10-281-1/+1
| * | Add support for `license_files` option in metadataMick Koch2019-10-281-0/+1
| |/
* / dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-26/+2
|/
* Merge branch 'master' into feature/deterministic-provides-extrasJason R. Coombs2019-09-111-28/+23
|\
| * improve `package_data` checkDaniel Himmelstein2019-07-161-14/+15
| * fix assert_string_list docstringDaniel Himmelstein2019-07-161-1/+1
| * Force metadata-version = 1.2 when project urls are present.Bastian Venthur2019-05-161-1/+2
| * When reading config files, require them to be encoded with UTF-8. Fixes #1702.Jason R. Coombs2019-04-051-7/+2
| * Feed the hobgoblins (delint).Jason R. Coombs2019-04-051-3/+2
| * Fix typo in docstring (#1718)Dustin Ingram2019-03-161-1/+1
| * Remove duplicate import io (#1713)Frédéric Chapoton2019-03-061-1/+0
* | Use an ordered set when constructing 'extras provided'. Ref #1305.Jason R. Coombs2019-02-171-1/+2
|/
* Prefer native strings on Python 2 when reading config files. Fixes #1653.Jason R. Coombs2019-01-281-1/+21
* Fix test failure by better detecting string options from an updated ConfigPar...Jason R. Coombs2019-01-261-1/+1
* Adopt distutils.dist.Distribution._set_command_options to support better stri...Jason R. Coombs2019-01-261-0/+48
* Given that the config file parsing functionality is unlikely to change upstre...Jason R. Coombs2019-01-251-4/+74
* Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-251-65/+200
|\
| * Fix issue with missing author metadataPaul Ganssle2018-11-121-2/+2
| * Use write_field in write_pkg_filePaul Ganssle2018-11-071-20/+26
| * Start patching DistributionMetadata.read_pkg_filePaul Ganssle2018-11-071-13/+20
| * Store metadata version on metadata objectPaul Ganssle2018-11-071-2/+6
| * Add DistributionMetadata.read_pkg_filePaul Ganssle2018-11-071-0/+53
| * Add custom deprecation warning classesJunhan Huang2018-10-281-2/+8
| * Allow setting long_description_content_type externallyIan Wienand2018-05-171-13/+23
| * Stop patching write_pkg_infoPaul Ganssle2018-03-181-9/+0
| * DelintJason R. Coombs2018-03-181-2/+3
| * When possible, avoid test-specific interfaces in production code.Jason R. Coombs2018-03-181-1/+1
| * Fix issue with unicode author/maintainer on PY2Paul Ganssle2018-03-171-4/+10
| * Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-3/+3
| * Merge branch 'master' into HEADJason R. Coombs2018-03-171-1/+3
| |\
| | * address review comments and squash the empty string extra earlierwim glenn2018-03-161-3/+4
| | * fix for regression - spurious "Provides-Extra:" generated in metadatawim glenn2018-03-161-1/+2
| * | Add support for maintainer in PKG-INFOPaul Ganssle2018-03-161-12/+36
| |/
| * Updates for PEP 566 (Metadata 2.1)Dustin Ingram2018-03-141-4/+23
| * Remove extraneous attribute copy, artifact of bad merge.Jason R. Coombs2018-01-041-3/+0
| * Merge branch 'master' into masterJason R. Coombs2018-01-041-5/+7
| |\
| | * Merge pull request #1207 from cryvate/fix-issue-1206Jason R. Coombs2018-01-041-8/+7
| | |\
| | | * Rework how to handle long_description_content_typeHenk-Jaap Wagenaar2017-11-251-13/+5
| | | * Add setup.cfg support for long_description_content_type (in line with docs).Henk-Jaap Wagenaar2017-11-211-0/+7
| | * | Disallow unordered sequences for specifying install_requires. Fixes #458.Jason R. Coombs2017-11-251-0/+2
| | |/
| * / Support PEP 345 Project-URL metadataJeremy Stanley2017-11-221-1/+10
| |/
| * support `setup_requires` in setup.cfgBenoit Pierre2017-10-161-21/+19
* | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-251-1/+1
|/
* Merge branch 'master' into pr1127Jason R. Coombs2017-09-031-0/+10
|\