summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-03-131-1/+1
* Vendor nspektr. Utilize it in Distribution._install_dependencies.Jason R. Coombs2022-03-131-17/+3
* Use new _entry_points.load to validate entry points.Jason R. Coombs2022-02-061-2/+3
* Port check_importable to metadata.EntryPointJason R. Coombs2022-02-061-1/+1
* Replaced use of iter_entry_points in setuptools.distJason R. Coombs2022-02-061-18/+44
* Replace use of parse_requirements with _reqs.parse.Jason R. Coombs2022-02-051-5/+6
* Merge pull request #3057 from cdce8p/optional-home_pageJason R. Coombs2022-01-301-8/+3
|\
| * Don't include Home-page with UNKNOWN valueMarc Mueller2022-01-281-8/+3
* | Merge branch 'main' into missing_metadataJason R. Coombs2022-01-291-8/+14
|\ \ | |/
| * In dist, rely on packaging instead of distutils for version management.Jason R. Coombs2021-12-121-5/+8
| * Update comment and docstring.Jason R. Coombs2021-11-291-2/+5
| * When repairing bad summaries, use only the first line.Jason R. Coombs2021-11-281-1/+1
| * Revert "Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-inv...Jason R. Coombs2021-11-281-4/+4
| * Restore single_line as a simple, universal validator.Jason R. Coombs2021-11-121-6/+4
| * Fail on a multiline distribution package summarySviatoslav Sydorenko2021-11-111-6/+8
* | Refactor to calculate missing as a difference of sets. Simply emit all missin...Jason R. Coombs2022-01-291-14/+9
* | Remove hook in run_commands; a different hook point may be better.Jason R. Coombs2022-01-291-4/+0
* | Only validate nameJason R. Coombs2022-01-291-2/+1
* | WIP: Reject packages without required metadataPaul Ganssle2021-10-151-0/+23
|/
* Rename to 'ignore_unless_false'.Jason R. Coombs2021-09-071-3/+3
* Make warning a DistDeprecationWarningJason R. Coombs2021-09-071-1/+1
* Do not error if use_2to3 is set to a false valueAndrew Plummer2021-09-071-2/+5
* Fail fast when use_2to3 is supplied.Jason R. Coombs2021-09-061-0/+4
* Remove time-based horizon.Jason R. Coombs2021-09-061-13/+6
* In Distribution.finalize_options, suppress known removed entry points for a y...Jason R. Coombs2021-09-061-2/+25
* remove lib2to3 usageThomas Grainger2021-09-041-81/+87
* Add testJason R. Coombs2021-07-041-0/+6
* Restore the iteratorJason R. Coombs2021-07-041-2/+2
* setuptools/dist: Fix reproducibility issue by sorting globbingRichard Purdie2021-05-311-2/+2
* Merge branch 'main' into feature/more-itertoolsJason R. Coombs2021-05-221-4/+48
|\
| * Replace for/if/add/extend with generator on patterns. Use unique_everseen to ...Jason R. Coombs2021-05-231-11/+30
| * Revert removal of license_fileMarc Mueller2021-05-231-4/+2
| * Remove license_fileMarc Mueller2021-05-231-2/+4
| * Fix after rebaseMarc Mueller2021-05-231-2/+2
| * Keep user sorting for license filesMarc Mueller2021-05-231-6/+8
| * Remove license_files_computed fieldMarc Mueller2021-05-231-4/+3
| * Add License-File field to package metadataMarc Mueller2021-05-231-2/+35
| * Changes after rebaseMarc Mueller2021-05-221-6/+1
| * Changes after rebaseMarc Mueller2021-05-221-19/+8
| * Fix testsMarc Mueller2021-05-221-0/+20
| * Write long description in message payloadMarc Mueller2021-05-221-2/+6
|/
* Merge pull request #2678 from pypa/feature/static-commandsJason R. Coombs2021-05-211-1/+9
|\
| * When discovering commands and distribution does not yet exist, return the emp...Jason R. Coombs2021-05-191-2/+6
| * Move list of commands out of command package and into package metadata.Jason R. Coombs2021-05-191-1/+5
* | Extract _set_metadata_defaults method and collapse the implementation to a mu...Jason R. Coombs2021-05-211-12/+12
|/
* Merge pull request #2641 from cdce8p/mv-versionJason R. Coombs2021-05-091-35/+13
|\
| * Always use latest mv version for PKG-INFOMarc Mueller2021-04-161-35/+13
* | Add escaping to license fieldMarc Mueller2021-04-161-2/+3
|/
* Add rfc822_unescapeMarc Mueller2021-04-101-1/+20
* Refactor dist.read_pkg_fileMarc Mueller2021-04-101-28/+36