summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* docs: Silence sphinx errors for reference it cannot findAnderson Bravalheri2022-08-061-2/+2
* Improve pyproject.toml validation messages (#3487)Anderson Bravalheri2022-08-062-22/+13
|\
| * Improve pyproject.toml validation messagesAnderson Bravalheri2022-08-042-22/+13
* | Warn potential requirements misconfiguration (#3481)Anderson Bravalheri2022-08-062-14/+108
|\ \
| * | setup.cfg parsing: use contextlib.suppress instead of try/except+passAnderson Bravalheri2022-08-061-3/+2
| * | setup.cfg parsing: Fix incorrect refactoringAnderson Bravalheri2022-08-061-9/+11
| * | setup.cfg parsing: Simplify warn_accidental_env_marker_misconfigAnderson Bravalheri2022-08-061-17/+17
| * | setup.cfg parsing: Refactor _parse_requirements_list and warn_accidental_env_...Anderson Bravalheri2022-08-062-35/+35
| * | Add warning for potential extras_require misconfigurationLumir Balhar2022-08-062-0/+93
* | | Bump pyparsing (vendored) to 3.0.9 (#3453)Anderson Bravalheri2022-08-0618-167/+198
|\ \ \
| * | | Update vendored pyparsing filesAnderson Bravalheri2022-07-1417-166/+197
| * | | Update pyparsing in vendored.txtAnderson Bravalheri2022-07-141-1/+1
* | | | Merge pull request #3473 from DWesl/patch-2Jason R. Coombs2022-08-041-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Restore newline, lost when removing spaces using Github UI.Jason R. Coombs2022-07-311-0/+1
| * | | Remove extraneous whitespace.Jason R. Coombs2022-07-311-1/+0
| * | | DOC: Mention that Extension(..., runtime_library_dirs) raises on WindowsDWesl2022-07-301-1/+6
| |/ /
* | | Merge https://github.com/pypa/distutils into bugfix/format-commands-regrJason R. Coombs2022-08-031-10/+27
| |/ |/|
* | Merge pull request #3469 from pypa/debt/deprecate-upload-docsJason R. Coombs2022-08-021-2/+3
|\ \
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-08-021-1/+3
| * | spell out read the docsJason R. Coombs2022-08-021-1/+1
| * | Revert "Limit the scope of deprecation of the upload_docs command."Jason R. Coombs2022-07-271-2/+1
| |/
* | Merge https://github.com/pypa/distutils into bugfix/distutils-164Jason R. Coombs2022-08-0273-1081/+1036
* | Update 'bdist' format addition to assume a single 'format_commands' as a dict...Jason R. Coombs2022-07-311-2/+6
* | Merge https://github.com/pypa/distutils into distutils-129480bJason R. Coombs2022-07-3186-795/+382
|/
* Minor edits to integration tests.Jason R. Coombs2022-07-131-13/+13
* Just assume exactly one sdist is available.Jason R. Coombs2022-07-131-10/+2
* Add another conditional to resolve the release for version-specific packages....Jason R. Coombs2022-07-131-1/+1
* Merge https://github.com/pypa/distutilsJason R. Coombs2022-07-131-2/+5
* Add stacklevel=2 to make calling code clearHugo van Kemenade2022-07-121-1/+1
* Use text mode for subprocess, avoiding unicode sandwich.Jason R. Coombs2022-07-041-6/+8
* build_meta: execute code directlyAnderson Bravalheri2022-07-041-1/+1
* Merge with pypa/distutils@152c13dJason R. Coombs2022-07-036-8/+127
* setuptools/tests: minor cleanupBenoit Pierre2022-07-021-3/+5
* setuptools/vendored: drop `nspektr`Benoit Pierre2022-07-0211-262/+1
* setuptools: drop support for installing an entrypoint dependenciesBenoit Pierre2022-07-022-13/+0
* setuptools: add test for distutils' entrypoints using extrasBenoit Pierre2022-07-021-0/+69
*-. Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-195-25/+213
|\ \
| | * Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-083-17/+173
| * | Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-142-8/+40
* | | config.expand.StaticModule: handle scenarios when annotated assignment does n...Anderson Bravalheri2022-06-191-2/+2
* | | config.expand: Refactor StaticModuleAnderson Bravalheri2022-06-191-13/+12
* | | test_expand: Add example for annotated assignment without valueAnderson Bravalheri2022-06-191-5/+9
* | | Add support for annotated assignments to static attribute lookup.Karl Otness2022-06-182-16/+25
* | | Clarify modules used for pyproject.toml parsing are privateAnderson Bravalheri2022-06-174-2/+14
* | | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-161-7/+4
* | | Warn about 'tool.setuptool' instead of project metadata in pyproject.tomlAnderson Bravalheri2022-06-161-7/+8
* | | fixed some spelling mistakes,Bastian Venthur2022-06-143-3/+3
* | | Make it easier to read the docstring for setuptools/extensionAnderson Bravalheri2022-06-141-0/+14
* | | Fix missing intersphinx reference in Extension docstringAnderson Bravalheri2022-06-141-1/+1
* | | Add docstring documentation to setuptools.ExtensionAnderson Bravalheri2022-06-141-1/+72
|/ /