| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix typo: above -> below | Jens C. Jensen | 2021-10-03 | 1 | -1/+1 | |
| | | | | I guess the sections may have been moved around at some point? or someone wrote it upside down, anyway this fixes the direction for most right-side-up readers :) | |||||
| * | Merge pull request #2793 from stanton119/patch-1 | Jason R. Coombs | 2021-09-21 | 1 | -1/+1 | |
| |\ | | | | | Update package_discovery.rst | |||||
| | * | Update package_discovery.rst | stanton119 | 2021-09-17 | 1 | -1/+1 | |
| | | | | | | | Small typo | |||||
| * | | Update distribution.rst | Diego Ramirez | 2021-09-14 | 1 | -3/+3 | |
| | | | | | | | Fix some typos. | |||||
| * | | Document the version coparisons | Diego Ramirez | 2021-09-14 | 1 | -2/+9 | |
| |/ | | | Document how the legacy versions and non-legacy versions are compared. | |||||
| * | Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0 | Jason R. Coombs | 2021-09-12 | 1 | -1/+1 | |
| |\ | | | | | Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart" | |||||
| | * | docs(quickstart): add link to "Development Mode" | Mozi | 2021-09-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Correct typo (s/brakets/brackets/) | Rupert Nash | 2021-09-09 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #2731 from graingert/remove-lib2to3-usage | Jason R. Coombs | 2021-09-04 | 3 | -24/+0 | |
| |\ | | | | | remove lib2to3 usage | |||||
| | * | remove lib2to3 usage | Thomas Grainger | 2021-09-04 | 3 | -24/+0 | |
| | | | ||||||
| * | | Merge pull request #2746 from graingert/patch-1 | Jason R. Coombs | 2021-09-04 | 1 | -1/+22 | |
| |\ \ | |/ |/| | add python_requires example | |||||
| | * | add python_requires example | Thomas Grainger | 2021-07-30 | 1 | -1/+22 | |
| | | | ||||||
| * | | Merge pull request #2712 from darkvertex/data_files_glob_directive | Jason R. Coombs | 2021-08-26 | 1 | -0/+1 | |
| |\ \ | |/ |/| | Implement #1681 (globbing support for `[options.data_files]`) | |||||
| | * | Update globbing for [options.data_files] to be implicit, not requiring a ↵ | Alan Fregtman | 2021-07-21 | 1 | -4/+2 | |
| | | | | | | | | | custom directive. | |||||
| | * | Implement "glob:" directive for declarative "data_files" option. | Alan Fregtman | 2021-06-30 | 1 | -1/+4 | |
| | | | ||||||
| * | | Restore whitespace and single quotes after blacken-docs. | Jason R. Coombs | 2021-07-21 | 4 | -23/+32 | |
| | | | ||||||
| * | | remove magci trailing commas | Thomas Grainger | 2021-07-21 | 1 | -6/+2 | |
| | | | ||||||
| * | | blacken docs | Thomas Grainger | 2021-07-20 | 5 | -48/+47 | |
| | | | ||||||
| * | | Merge branch 'main' into change-docs-theme | Jason R. Coombs | 2021-07-18 | 6 | -229/+341 | |
| |\ \ | |/ | ||||||
| | * | Entrypoints in declarative config are now supported | Nicolas CANIART | 2021-05-29 | 1 | -57/+89 | |
| | | | | | | | | | | | | | The documentation still states it is not though. Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | |||||
| | * | 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 | 2 | -5/+5 | |
| | |\ \ | | | | | | | | | Fix misc. doc typos | |||||
| | | * | | Fix misc. doc typos | luz paz | 2021-05-14 | 2 | -5/+5 | |
| | | |/ | | | | | | | Found via `codespell` | |||||
| | * | | Docs: Use license_files instead of license_file | Hugo van Kemenade | 2021-05-19 | 1 | -2/+1 | |
| | |/ | ||||||
| | * | 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. | |||||
| | * | | Corrected indent in setup.cfg example. | Carlton Gibson | 2021-04-12 | 1 | -2/+2 | |
| | |/ | ||||||
| | * | Add documentation + changelog entries | Marc Mueller | 2021-04-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge pull request #2626 from Yhg1s/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 | |
| | |\ | | | | | | | Fix typo in setup.py example in quickstart guide. | |||||
| | | * | Update quickstart.rst | T. Wouters | 2021-03-29 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Fix typo in setup.py example in quickstart guide. | T. Wouters | 2021-03-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge pull request #2623 from Zedeldi/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -4/+4 | |
| | |\ \ | | | | | | | | | Update dependency_management.rst | |||||
| | | * | | Update dependency_management.rst | Zack Didcott | 2021-03-29 | 1 | -4/+4 | |
| | | |/ | | | | | | | Fix spelling and grammar | |||||
| | * | | Section for 'find' and 'find_namespace' options is 'options.packages.find'. ↵ | Jason R. Coombs | 2021-03-30 | 1 | -1/+1 | |
| | |/ | | | | | | | Fixes #2406. | |||||
| | * | Merge pull request #2584 from amy-lei/tabbed-code | Jason R. Coombs | 2021-03-05 | 3 | -160/+223 | |
| | |\ | | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg | |||||
| | | * | Replace adjacent code blocks with tabbed containers | Amy | 2021-02-28 | 3 | -160/+223 | |
| | | | | ||||||
| | * | | Term is builder. | Jason R. Coombs | 2021-02-28 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Merge pull request #2552 from hexagonrecursion/patch-1 | Jason R. Coombs | 2021-02-28 | 1 | -3/+3 | |
| | |\ \ | | | | | | | | | quickstart: recommend PyPA build instead of pep517.build | |||||
| | | * | | quickstart: recommend PyPA build instead of pep517.build | Andrey Bienkowski | 2021-02-09 | 1 | -3/+3 | |
| | | |/ | | | | | | | | | | see https://github.com/pypa/pep517/issues/91 | |||||
| | * | | Merge pull request #2561 from pwoolvett/fix/2553 | Jason R. Coombs | 2021-02-25 | 1 | -0/+13 | |
| | |\ \ | | | | | | | | | docs(userguide): Marker example for extras_require | |||||
| | | * | | docs(userguide): Marker example for extras_require | Pablo Woolvett | 2021-02-04 | 1 | -0/+13 | |
| | | |/ | | | | | | | | | | Signed-off-by: Pablo Woolvett <pablowoolvett@gmail.com> | |||||
| | * | | Add ini to display code block in doc | Thea | 2021-02-24 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Merge pull request #2506 from xdhmoore/patch-1 | Jason R. Coombs | 2021-01-16 | 1 | -3/+3 | |
| | |\ | | | | | | | Clarify Development Mode first paragraph | |||||
| | | * | Clarify Development Mode first paragraph | Daniel Moore | 2020-12-23 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | fix typo | YuanPei Li | 2021-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | Fix a difference between the name of function definition and calling. | |||||
| | * | | Replace incorrect statement about triggering installation of dependencies to ↵ | Jason R. Coombs | 2020-12-28 | 1 | -4/+8 | |
| | |/ | | | | | | | indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471. | |||||
| * | | Drop table of contents from pages | Pradyun Gedam | 2020-12-28 | 2 | -6/+2 | |
| |/ | | | | This is included in the sidebar, as part of Furo. | |||||
| * | typo | Matt Deitke | 2020-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2460 from HaraldKorneliussen/master | Jason R. Coombs | 2020-12-06 | 1 | -1/+1 | |
| |\ | | | | | Fixes syntax issues in quickstart (#2448) | |||||
