Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace for/if/add/extend with generator on patterns. Use unique_everseen to ↵license-files-generator | Jason R. Coombs | 2021-05-22 | 1 | -11/+30 |
| | | | | dedupe. | ||||
* | Revert removal of license_file | Marc Mueller | 2021-05-22 | 1 | -4/+2 |
| | |||||
* | Remove license_file | Marc Mueller | 2021-05-22 | 1 | -2/+4 |
| | |||||
* | Fix after rebase | Marc Mueller | 2021-05-22 | 1 | -2/+2 |
| | |||||
* | Keep user sorting for license files | Marc Mueller | 2021-05-22 | 2 | -11/+29 |
| | |||||
* | Overwrite exlude from MANIFEST with license_files option | Marc Mueller | 2021-05-22 | 3 | -6/+10 |
| | | | | | * needed for 'License-File' metadata, as this is written before MANIFEST is read | ||||
* | Remove license_files_computed field | Marc Mueller | 2021-05-22 | 2 | -5/+4 |
| | |||||
* | Add License-File field to package metadata | Marc Mueller | 2021-05-22 | 7 | -50/+81 |
| | |||||
* | Merge pull request #2678 from pypa/feature/static-commands | Jason R. Coombs | 2021-05-21 | 5 | -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. Coombs | 2021-05-19 | 1 | -2/+6 |
| | | | | | | | | empty list. | ||||
| * | Add changelog. | Jason R. Coombs | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Move entry points to declarative config. | Jason R. Coombs | 2021-05-19 | 2 | -66/+56 |
| | | |||||
| * | Materialize the distutils.commands. | Jason R. Coombs | 2021-05-19 | 1 | -11/+20 |
| | | |||||
| * | Move list of commands out of command package and into package metadata. | Jason R. Coombs | 2021-05-19 | 3 | -16/+11 |
| | | |||||
* | | Extract _set_metadata_defaults method and collapse the implementation to a ↵ | Jason R. Coombs | 2021-05-21 | 1 | -12/+12 |
| | | | | | | | | much simpler form. | ||||
* | | Merge pull request #2668 from carltongibson/c/fix-example-indent | Jason R. Coombs | 2021-05-19 | 1 | -2/+2 |
|\ \ | | | | | | | Corrected tabs for spaces in quickstart example. | ||||
| * | | Corrected tabs for spaces in quickstart example. | Carlton Gibson | 2021-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2672 from luzpaz/typos | Jason R. Coombs | 2021-05-19 | 14 | -21/+21 |
|\ \ \ | | | | | | | | | Fix misc. doc typos | ||||
| * | | | Fix misc. doc typos | luz paz | 2021-05-14 | 14 | -21/+21 |
| |/ / | | | | | | | Found via `codespell` | ||||
* | | | Merge pull request #2676 from hugovk/patch-1 | Jason R. Coombs | 2021-05-19 | 1 | -2/+1 |
|\ \ \ | |_|/ |/| | | Docs: Use license_files instead of license_file | ||||
| * | | Docs: Use license_files instead of license_file | Hugo van Kemenade | 2021-05-19 | 1 | -2/+1 |
| |/ | |||||
* | | Merge pull request #2677 from pypa/docs/towncrier-draft | Jason R. Coombs | 2021-05-19 | 4 | -0/+13 |
|\ \ | |/ |/| | Publish draft change notes | ||||
| * | Avoid publishing unreleased changes when there are none. | Jason R. Coombs | 2021-05-19 | 1 | -0/+2 |
| | | |||||
| * | Remove seemingly unneeded settings. | Jason R. Coombs | 2021-05-09 | 1 | -13/+2 |
| | | |||||
| * | Merge branch 'main' into docs/towncrier-upgrade | Jason R. Coombs | 2021-05-09 | 8 | -52/+106 |
| |\ | |/ |/| | |||||
* | | Bump version: 56.1.0 → 56.2.0v56.2.0 | Jason R. Coombs | 2021-05-09 | 5 | -5/+13 |
| | | |||||
* | | Add workaround for #2666. | Jason R. Coombs | 2021-05-09 | 1 | -0/+12 |
| | | |||||
* | | Remove hard-coded indexes of metadata lines. Ref #2641. | Jason R. Coombs | 2021-05-09 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #2641 from cdce8p/mv-version | Jason R. Coombs | 2021-05-09 | 4 | -43/+37 |
|\ \ | | | | | | | Always use latest metadata version for PKG-INFO | ||||
| * | | Always use latest mv version for PKG-INFO | Marc Mueller | 2021-04-16 | 4 | -43/+37 |
| | | | |||||
* | | | Merge pull request #2634 from carltongibson/c/fix-quickstart-link | Jason R. Coombs | 2021-05-09 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Fixed quickstart packaging resources hyperlink. | ||||
| * | | | Fixed quickstart packaging resources hyperlink. | Carlton Gibson | 2021-04-10 | 1 | -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-indent | Jason R. Coombs | 2021-05-09 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Corrected indent in setup.cfg example. | ||||
| * | | | | Corrected indent in setup.cfg example. | Carlton Gibson | 2021-04-12 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #2640 from cdce8p/license | Jason R. Coombs | 2021-05-09 | 4 | -2/+39 |
|\ \ \ \ | | | | | | | | | | | Add escaping to license field | ||||
| * | | | | Add escaping to license field | Marc Mueller | 2021-04-16 | 4 | -2/+39 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2665 from hugovk/patch-1 | Jason R. Coombs | 2021-05-05 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | CHANGES.rst: Fix version | ||||
| * | | | | Fix version | Hugo van Kemenade | 2021-05-05 | 1 | -1/+1 |
|/ / / / | |||||
| | | * | Display changelog for unreleased version in docs | Sviatoslav Sydorenko | 2021-05-05 | 3 | -0/+19 |
| | | | | |||||
| | | * | Add a change note for PR #2650 | Sviatoslav Sydorenko | 2021-05-05 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-05-04 | 6 | -197/+15 |
|\ \ \ | |||||
| * | | | Make sphinx fail on any warnings (#36) | Sviatoslav Sydorenko | 2021-04-25 | 2 | -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. Coombs | 2021-04-25 | 2 | -167/+3 |
| | | | | | | | | | | | | | | | | jaraco/skeleton#47. | ||||
| * | | | Enable dependabot (#50) | Jason R. Coombs | 2021-04-25 | 2 | -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. Coombs | 2021-04-25 | 1 | -27/+0 |
| | | | | |||||
* | | | | Bump version: 56.0.0 → 56.1.0v56.1.0 | Jason R. Coombs | 2021-05-04 | 9 | -9/+20 |
| | | | | |||||
* | | | | Merge pull request #2663 from dofuuz/vs2017-express | Jason R. Coombs | 2021-05-04 | 2 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Added Visual Studio Express 2017 support | ||||
| * | | | | Create 2663.change.rst | dofuuz | 2021-05-03 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Find VC Express 2017 explicitly, not ARM tools. | dofuuz | 2021-04-30 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Add Visual Studio 2017 Express detection | dofuuz | 2021-04-29 | 1 | -0/+3 |
| | | | | |