| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor test_setup_requires_with_allow_hosts to re-use path.build | Jason R. Coombs | 2021-09-06 | 1 | -17/+16 |
| | | |||||
| * | Include trailing quote in build-backend for test_build_meta. Fixes #2771. | Jason R. Coombs | 2021-09-06 | 1 | -2/+2 |
| | | |||||
| * | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2021-09-04 | 2 | -3/+0 |
| | | |||||
| * | remove lib2to3 usage | Thomas Grainger | 2021-09-04 | 4 | -366/+165 |
| | | |||||
| * | Merge pull request #2712 from darkvertex/data_files_glob_directive | Jason R. Coombs | 2021-08-26 | 1 | -0/+35 |
| |\ | | | | | Implement #1681 (globbing support for `[options.data_files]`) | ||||
| | * | globbing for [options.data_files]: Remove special treatment for filenames ↵ | Alan Fregtman | 2021-07-21 | 1 | -3/+0 |
| | | | | | | | | | with globby characters that exist literally. | ||||
| | * | Update globbing for [options.data_files] to be implicit, not requiring a ↵ | Alan Fregtman | 2021-07-21 | 1 | -3/+6 |
| | | | | | | | | | custom directive. | ||||
| | * | Implement "glob:" directive for declarative "data_files" option. | Alan Fregtman | 2021-06-30 | 1 | -0/+35 |
| | | | |||||
| * | | Fix extension in test | Steve Dower | 2021-07-12 | 1 | -1/+1 |
| | | | |||||
| * | | Override PyPy case in test | Steve Dower | 2021-07-12 | 1 | -1/+11 |
| | | | |||||
| * | | Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override ↵ | Steve Dower | 2021-07-10 | 1 | -0/+26 |
| |/ | | | | the suffix inferred from the host Python runtime. | ||||
| * | Fix flaky test | Marc Mueller | 2021-05-23 | 1 | -5/+3 |
| | | |||||
| * | Keep user sorting for license files | Marc Mueller | 2021-05-23 | 1 | -5/+21 |
| | | |||||
| * | Overwrite exlude from MANIFEST with license_files option | Marc Mueller | 2021-05-23 | 1 | -5/+6 |
| | | | | | | * needed for 'License-File' metadata, as this is written before MANIFEST is read | ||||
| * | Add License-File field to package metadata | Marc Mueller | 2021-05-23 | 2 | -1/+29 |
| | | |||||
| * | Changes after rebase | Marc Mueller | 2021-05-22 | 2 | -4/+4 |
| | | |||||
| * | Small changes after review | Marc Mueller | 2021-05-22 | 1 | -5/+1 |
| | | |||||
| * | Fix tests | Marc Mueller | 2021-05-22 | 1 | -2/+8 |
| | | |||||
| * | Write long description in message payload | Marc Mueller | 2021-05-22 | 1 | -0/+21 |
| | | |||||
| * | Fix misc. doc typos | luz paz | 2021-05-14 | 3 | -4/+4 |
| | | | | Found via `codespell` | ||||
| * | 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 | 2 | -8/+22 |
| |\ | | | | | Always use latest metadata version for PKG-INFO | ||||
| | * | Always use latest mv version for PKG-INFO | Marc Mueller | 2021-04-16 | 2 | -8/+22 |
| | | | |||||
| * | | Merge pull request #2640 from cdce8p/license | Jason R. Coombs | 2021-05-09 | 2 | -0/+35 |
| |\ \ | | | | | | | Add escaping to license field | ||||
| | * | | Add escaping to license field | Marc Mueller | 2021-04-16 | 2 | -0/+35 |
| | |/ | |||||
| * | | Merge pull request #2644 from tirkarthi/fix-threading | Jason R. Coombs | 2021-04-24 | 1 | -1/+1 |
| |\ \ | |/ |/| | Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 | ||||
| | * | Set daemon attribute instead of using setDaemon method that was deprecated ↵ | Karthikeyan Singaravelan | 2021-04-17 | 1 | -1/+1 |
| | | | | | | | | | in Python 3.10 | ||||
| * | | Add rfc822_unescape | Marc Mueller | 2021-04-10 | 1 | -0/+40 |
| |/ | |||||
| * | Small changes | Marc Mueller | 2021-04-03 | 1 | -2/+1 |
| | | |||||
| * | Additional test cases | Marc Mueller | 2021-04-03 | 1 | -3/+62 |
| | | |||||
| * | license_files - Add support for glob patterns + add default patterns | Marc Mueller | 2021-04-03 | 2 | -2/+3 |
| | | |||||
| * | Merge pull request #2621 from cdce8p/fix-tests | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 |
| |\ | | | | | Test - Fix url for pip download | ||||
| | * | Tests - Fix url for pip download | Marc Mueller | 2021-03-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2566 from hroncok/remove_bdist_wininst | Jason R. Coombs | 2021-03-30 | 1 | -23/+0 |
| |\ \ | |/ |/| | Remove bdist_wininst, Filter out distutils deprecation | ||||
| | * | Remove bdist_wininst | Miro Hrončok | 2021-03-08 | 1 | -23/+0 |
| | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/2558 | ||||
| * | | Merge pull request #2608 from layday/pep517-better-error-on-missing-dist | Jason R. Coombs | 2021-03-22 | 1 | -0/+11 |
| |\ \ | | | | | | | build_meta: produce informative error when a dist is not found | ||||
| | * | | fixup! fixup! build_meta: produce informative error when a dist is not found | layday | 2021-03-21 | 1 | -4/+1 |
| | | | | |||||
| | * | | build_meta: produce informative error when a dist is not found | layday | 2021-03-16 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when `build_sdist` or `build_wheel` were unable to build a distribution (and were therefore unable to find the distribution file), they would throw a ValueError: not enough values to unpack (expected 1, got 0) which did not offer any clues as to where the issue might lie. | ||||
| * | | | Expect failure on PyPy.feature/restore-editable-pythonpath | Jason R. Coombs | 2021-03-21 | 1 | -0/+4 |
| | | | | |||||
| * | | | Cast values to str and retain other environ vars for Windows' sake | Jason R. Coombs | 2021-03-21 | 1 | -1/+3 |
| | | | | |||||
| * | | | Illustrate how one might leverage sitecustomize.py to make a project ↵ | Jason R. Coombs | 2021-03-21 | 1 | -12/+30 |
| | | | | | | | | | | | | | available on PYTHONPATH. Fixes #2612. | ||||
| * | | | Add test capturing missed expectation. Ref #2612. | Jason R. Coombs | 2021-03-20 | 2 | -0/+44 |
| |/ / | |||||
| * | | Fix formatting of tests and change dash deprecation method name | Melissa Li | 2021-03-08 | 1 | -8/+8 |
| |/ | |||||
| * | Don't bother testing old versions of pip on Python 3.10 and later. Fixes #2599. | Jason R. Coombs | 2021-03-07 | 1 | -3/+8 |
| | | |||||
| * | Apply suggestions in code review. | Jason R. Coombs | 2021-03-06 | 1 | -2/+3 |
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| * | Test for uppercase metadata warning | Melissa Li | 2021-03-05 | 1 | -0/+18 |
| | | |||||
| * | Add test for dash preserved extras_require in setup.cfg | Melissa Li | 2021-03-02 | 1 | -0/+14 |
| | | |||||
| * | Add test for conversion warning | Melissa Li | 2021-03-02 | 1 | -0/+19 |
| | | |||||
| * | Modify existing tests to be compatible with future underscore change | Melissa Li | 2021-03-02 | 2 | -3/+3 |
| | | |||||
| * | Merge pull request #2582 from pypa/feature/2550-build-from-source | Jason R. Coombs | 2021-02-28 | 1 | -6/+16 |
| |\ | | | | | Rely on backend build path and bootstrap metadata to easily build from source | ||||
