Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | docs: Remove repeated mention of LDFLAGS environment variable | Matthew Feickert | 2023-01-11 | 1 | -2/+2 | |
| | | | | | * The first instance of LDFLAGS is removed instead of the second to match the style of the preceding environment variables. | |||||
* | Merge: Docs: Modify table for tool.setuptools.dynamic to mention ↵ | Anderson Bravalheri | 2023-01-11 | 1 | -4/+10 | |
|\ | | | | | | | content-type (#3764) | |||||
| * | Docs: Modify table for tool.setuptools.dynamic to mention content-type | Anderson Bravalheri | 2023-01-11 | 1 | -4/+10 | |
| | | ||||||
* | | Merge: Improve example docs for setup.cfg and pyproject.toml (#3712) | Anderson Bravalheri | 2023-01-11 | 2 | -2/+8 | |
|\ \ | |/ |/| | ||||||
| * | Improve example docs for setup.cfg and pyproject.toml | Mike Taves | 2022-11-26 | 2 | -2/+8 | |
| | | ||||||
* | | [Docs] Add migration for `distutils.core.Command` | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | Docs: Ignore DIST_EXTRA_CONFIG missing ref | Anderson Bravalheri | 2023-01-07 | 1 | -0/+1 | |
| | | ||||||
* | | Docs: Replace failing reference of DIST_EXTRA_CONFIG | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | fix documentation for dynamic build dependencies | Max Bachmann | 2022-12-20 | 1 | -2/+2 | |
| | | ||||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-12-15 | 1 | -2/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove unnecessary shebang and encoding header in docs conf. | Jason R. Coombs | 2022-12-10 | 1 | -3/+0 | |
| | | ||||||
* | | Docs: Add note about global `distutils.cfg` (#3689) | Anderson Bravalheri | 2022-11-23 | 1 | -0/+9 | |
|\ \ | ||||||
| * | | Add note about global distutils.cfg | Anderson Bravalheri | 2022-11-17 | 1 | -0/+9 | |
| | | | ||||||
* | | | Remove unnecessary `coding` comment (#3696) | Anderson Bravalheri | 2022-11-23 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * | | | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 1 | -1/+0 | |
| |/ / | | | | | | | | | | | | | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | |||||
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*-----. \ \ | Merge spelling/space improvements (#3695, #3698, #3697, #3699) | Anderson Bravalheri | 2022-11-23 | 8 | -14/+9 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | | | * | | Get rid of trailing spaces, mainly in docs | Dimitri Papadopoulos | 2022-11-20 | 7 | -11/+6 | |
| |_|_|/ / |/| | | | | ||||||
| | | * | | Remove tabs | Bas Nijholt | 2022-11-21 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Fix spacing in build_meta.rst | Bas Nijholt | 2022-11-21 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
| | * | | Fix non-ASCII homoglyph of `v` | Dimitri Papadopoulos | 2022-11-21 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
| * | | Fix typos found by codespell | Dimitri Papadopoulos | 2022-11-20 | 1 | -2/+2 | |
|/ / | ||||||
* | | Fix typo in docs/userguide/development_mode (#3664) | Anderson Bravalheri | 2022-11-11 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Minor stylistic change | Anderson Bravalheri | 2022-11-11 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix typo in docs/userguide/development_mode.rst | shripadbadithe | 2022-11-06 | 1 | -2/+1 | |
| | | | ||||||
* | | | Highlight in docs: `attr` directive needs MANIFEST.in config / SCM plugin ↵ | Anderson Bravalheri | 2022-11-10 | 2 | -0/+13 | |
|\ \ \ | |/ / |/| | | | | | (#3662) | |||||
| * | | Highlight in docs: 'attr' directive needs MANIFEST.in config / SCM plugin | Anderson Bravalheri | 2022-11-04 | 2 | -0/+13 | |
| | | | ||||||
* | | | Improve warnings in editable install (#3569) | Anderson Bravalheri | 2022-11-04 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix misspelling in docs/userguide/development_mode.rst | Anderson Bravalheri | 2022-10-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix typo | Martin Braquet | 2022-10-21 | 1 | -1/+1 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564 | Anderson Bravalheri | 2022-10-14 | 1 | -0/+11 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | Document CWD limitations in editable docs | Anderson Bravalheri | 2022-08-26 | 1 | -0/+11 | |
| |/ / | ||||||
* | | | Update pyproject_config.rst (#3571) | Anderson Bravalheri | 2022-10-11 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Update pyproject_config.rst | Per Jensen | 2022-08-28 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | The sequence of TOML datatypes and Python datatypes are reversed, which is a bit confusing. I suggest to align the sequence, so that array and table aligns with list and dict | |||||
* | | | Update user guide's example versions to be PEP440-compliant (#3628) | Anderson Bravalheri | 2022-10-11 | 1 | -25/+32 | |
|\ \ \ | ||||||
| * | | | Update docs/userguide/distribution.rst | Jason Veatch | 2022-10-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Thanks @abravalheri for this change! Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | |||||
| * | | | Fix #3419. Update example versions to be PEP440-compliant | Jason Veatch | 2022-10-05 | 1 | -21/+28 | |
| | | | | ||||||
* | | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-09-30 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | # Conflicts: # setup.cfg | |||||
| * | | Adopt furo theme for docs. | Jason R. Coombs | 2022-09-30 | 1 | -0/+1 | |
| | | | ||||||
* | | | Docs: fix url (#3574) | Anderson Bravalheri | 2022-09-30 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Docs: fix url | Anderson Bravalheri | 2022-09-15 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-09-26 | 1 | -2/+13 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | # Conflicts: # .github/workflows/main.yml # docs/conf.py | |||||
| * | | When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. | Jason R. Coombs | 2022-09-25 | 1 | -2/+10 | |
| | | | | | | | | | | | | Incidentally, re-organize the extensions a bit for clarity. | |||||
* | | | Merge https://github.com/pypa/distutils into distutils-d82d926 | Jason R. Coombs | 2022-09-24 | 1 | -1/+2 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Rename environment variable to DIST_EXTRA_CONFIG, decoupling it from the ↵ | Jason R. Coombs | 2022-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | name of the implementation. | |||||
| * | | Add DISTUTILS_EXTRA_CONFIG option for passing setup.cfg overrides during build | Steve Dower | 2022-09-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | [Docs] Typo in Dependency Management pyproject.toml | Matthew Butner | 2022-08-21 | 1 | -1/+1 | |
| | | | | | | | | | Under the Dependency Management pyproject.toml example, requests was mistyped as requires. | |||||
* | | | Fix typo in docs/userguide/extension.rst | Helio Machado | 2022-08-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Correct docs on how to use the `legacy-editable` mode | Ed Morley | 2022-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #3414 added support for disabling the new PEP660 editable install hooks. However the documentation and changelog mentions didn't match the implementation. Before: - The implementation used: `SETUPTOOLS_ENABLE_FEATURES` - The changelog said to use: `SETUPTOOLS_ENABLE_FEATURE` (notice the missing "S") - The docs said to use: `SETUPTOOLS_USE_FEATURE` This caused confusion in #3535, since the testcase there used the form mentioned in the changelog, which doesn't do anything. Now, the changelog and docs both say to use `SETUPTOOLS_ENABLE_FEATURES`. | |||||
* | | | [Docs] Typo in Quickstart | Atiab Bin Zakaria | 2022-08-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | ocs: Clarify 'setup.py' support on Quickstart (#3529) | Anderson Bravalheri | 2022-08-15 | 1 | -4/+25 | |
|\ \ \ |