summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace for/if/add/extend with generator on patterns. Use unique_everseen to ↵license-files-generatorJason R. Coombs2021-05-221-11/+30
| | | | dedupe.
* Revert removal of license_fileMarc Mueller2021-05-221-4/+2
|
* Remove license_fileMarc Mueller2021-05-221-2/+4
|
* Fix after rebaseMarc Mueller2021-05-221-2/+2
|
* Keep user sorting for license filesMarc Mueller2021-05-222-11/+29
|
* Overwrite exlude from MANIFEST with license_files optionMarc Mueller2021-05-223-6/+10
| | | | | * needed for 'License-File' metadata, as this is written before MANIFEST is read
* Remove license_files_computed fieldMarc Mueller2021-05-222-5/+4
|
* Add License-File field to package metadataMarc Mueller2021-05-227-50/+81
|
* Merge pull request #2678 from pypa/feature/static-commandsJason R. Coombs2021-05-215-67/+66
|\ | | | | Move distutils command names into package metadata and declare entry points using static config.
| * When discovering commands and distribution does not yet exist, return the ↵Jason R. Coombs2021-05-191-2/+6
| | | | | | | | empty list.
| * Add changelog.Jason R. Coombs2021-05-191-0/+1
| |
| * Move entry points to declarative config.Jason R. Coombs2021-05-192-66/+56
| |
| * Materialize the distutils.commands.Jason R. Coombs2021-05-191-11/+20
| |
| * Move list of commands out of command package and into package metadata.Jason R. Coombs2021-05-193-16/+11
| |
* | Extract _set_metadata_defaults method and collapse the implementation to a ↵Jason R. Coombs2021-05-211-12/+12
| | | | | | | | much simpler form.
* | Merge pull request #2668 from carltongibson/c/fix-example-indentJason R. Coombs2021-05-191-2/+2
|\ \ | | | | | | Corrected tabs for spaces in quickstart example.
| * | Corrected tabs for spaces in quickstart example.Carlton Gibson2021-05-101-2/+2
| | |
* | | Merge pull request #2672 from luzpaz/typosJason R. Coombs2021-05-1914-21/+21
|\ \ \ | | | | | | | | Fix misc. doc typos
| * | | Fix misc. doc typosluz paz2021-05-1414-21/+21
| |/ / | | | | | | Found via `codespell`
* | | Merge pull request #2676 from hugovk/patch-1Jason R. Coombs2021-05-191-2/+1
|\ \ \ | |_|/ |/| | Docs: Use license_files instead of license_file
| * | Docs: Use license_files instead of license_fileHugo van Kemenade2021-05-191-2/+1
| |/
* | Merge pull request #2677 from pypa/docs/towncrier-draftJason R. Coombs2021-05-194-0/+13
|\ \ | |/ |/| Publish draft change notes
| * Avoid publishing unreleased changes when there are none.Jason R. Coombs2021-05-191-0/+2
| |
| * Remove seemingly unneeded settings.Jason R. Coombs2021-05-091-13/+2
| |
| * Merge branch 'main' into docs/towncrier-upgradeJason R. Coombs2021-05-098-52/+106
| |\ | |/ |/|
* | Bump version: 56.1.0 → 56.2.0v56.2.0Jason R. Coombs2021-05-095-5/+13
| |
* | Add workaround for #2666.Jason R. Coombs2021-05-091-0/+12
| |
* | Remove hard-coded indexes of metadata lines. Ref #2641.Jason R. Coombs2021-05-091-3/+5
| |
* | Merge pull request #2641 from cdce8p/mv-versionJason R. Coombs2021-05-094-43/+37
|\ \ | | | | | | Always use latest metadata version for PKG-INFO
| * | Always use latest mv version for PKG-INFOMarc Mueller2021-04-164-43/+37
| | |
* | | Merge pull request #2634 from carltongibson/c/fix-quickstart-linkJason R. Coombs2021-05-091-2/+3
|\ \ \ | | | | | | | | Fixed quickstart packaging resources hyperlink.
| * | | Fixed quickstart packaging resources hyperlink.Carlton Gibson2021-04-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implicit link target that should have been created from the title was not being detected correctly. This was causing the link to be interpreted as an external hyperlink reference, resulting in a 404 in the rendered docs. Adding the explicit target and `ref` allows the link to resolve correctly.
* | | | Merge pull request #2637 from carltongibson/c/fix-example-indentJason R. Coombs2021-05-091-2/+2
|\ \ \ \ | | | | | | | | | | Corrected indent in setup.cfg example.
| * | | | Corrected indent in setup.cfg example.Carlton Gibson2021-04-121-2/+2
| |/ / /
* | | | Merge pull request #2640 from cdce8p/licenseJason R. Coombs2021-05-094-2/+39
|\ \ \ \ | | | | | | | | | | Add escaping to license field
| * | | | Add escaping to license fieldMarc Mueller2021-04-164-2/+39
| | |/ / | |/| |
* | | | Merge pull request #2665 from hugovk/patch-1Jason R. Coombs2021-05-051-1/+1
|\ \ \ \ | | | | | | | | | | CHANGES.rst: Fix version
| * | | | Fix versionHugo van Kemenade2021-05-051-1/+1
|/ / / /
| | | * Display changelog for unreleased version in docsSviatoslav Sydorenko2021-05-053-0/+19
| | | |
| | | * Add a change note for PR #2650Sviatoslav Sydorenko2021-05-051-0/+3
| |_|/ |/| |
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-05-046-197/+15
|\ \ \
| * | | Make sphinx fail on any warnings (#36)Sviatoslav Sydorenko2021-04-252-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds `nitpicky=True` (which is an equivalent of `-n`) to make Sphinx emit warnings for any references to non-existing targets. Then, it adds `-W` to make it fail whenever a single warning is seen. Finally, `--keep-going` allows Sphinx to print out all the warnings before exiting instead of showing just one and bailing. Resolves #29 Refs: * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W * https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
| * | | Replace md file with badge linking to documentation site. Fixes ↵Jason R. Coombs2021-04-252-167/+3
| | | | | | | | | | | | | | | | jaraco/skeleton#47.
| * | | Enable dependabot (#50)Jason R. Coombs2021-04-252-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added a config for dependabot. * Update features list for dependabot. Co-authored-by: KOLANICH <kolan_n@mail.ru>
| * | | Remove automerge. Fixes jaraco/skeleton#49.Jason R. Coombs2021-04-251-27/+0
| | | |
* | | | Bump version: 56.0.0 → 56.1.0v56.1.0Jason R. Coombs2021-05-049-9/+20
| | | |
* | | | Merge pull request #2663 from dofuuz/vs2017-expressJason R. Coombs2021-05-042-0/+3
|\ \ \ \ | | | | | | | | | | Added Visual Studio Express 2017 support
| * | | | Create 2663.change.rstdofuuz2021-05-031-0/+1
| | | | |
| * | | | Find VC Express 2017 explicitly, not ARM tools.dofuuz2021-04-301-2/+1
| | | | |
| * | | | Add Visual Studio 2017 Express detectiondofuuz2021-04-291-0/+3
| | | | |