Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix typo in docs | Bo Bayles | 2023-04-25 | 1 | -1/+1 | |
| | ||||||
* | docs: Add a note about historical wheel use in requires (#3859) | Anderson Bravalheri | 2023-04-20 | 1 | -0/+11 | |
|\ | ||||||
| * | Fix sphinx error | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | docs: Add a note about historical `wheel` use in `requires` | Michał Górny | 2023-04-20 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | Add a note explaining that the `wheel` requirement that used to be historically used in documentation was incorrect. This also explains why it can frequently be found in existing projects, and what problems it causes. I find myself repeatedly explaining it, so I think having a single official source would be better. Incorporates suggestions from Anderson Bravalheri. | |||||
* | | Use separated import statement to avoid copying names | Anderson Bravalheri | 2023-04-20 | 1 | -5/+3 | |
| | | ||||||
* | | 🎨📝 Fix in-tree PEP 517 backend wrapper example | Sviatoslav Sydorenko | 2023-04-16 | 1 | -9/+14 | |
|/ | | | | | | | | | | | | | | | | Before this patch, the documentation suggested the package authors to declare a fixed set of hooks inherited from setuptools. But this approach turned out non-future proof. Over time, as `setuptools` added support for editable installs, it introduced new hooks per PEP 660. But if one were to follow the outlined example, they'd end up with an in-tree build backend that does not support editable installs, nor would it re-export any hooks that might be added in future versions of setuptools, implementing any new standards that may emerge over time. This change demonstrates an approach that would allow the thin wrapper authors to get the new hooks that setuptools may add over time. Ref: https://github.com/ansible/ansible/pull/79606#discussion_r1080753862 | |||||
* | Clarify language re: function arguments | Moshe Kaplan | 2023-03-15 | 1 | -2/+2 | |
| | | | Configured indicates that the function code's itself would be configured, not that it is used by an external party. Switch verb to "used" to be clearer as to how the function is being used. | |||||
* | Prefer intersphinx to hardcoded importlib links | Anderson Bravalheri | 2023-03-08 | 1 | -4/+2 | |
| | ||||||
* | Fix link to importlib.resources in the docs | Jasper Harrison | 2023-03-07 | 1 | -1/+1 | |
| | ||||||
* | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 1 | -2/+3 | |
| | ||||||
* | Use renamed extension. Fixes #3844. | Jason R. Coombs | 2023-03-05 | 1 | -1/+1 | |
| | ||||||
* | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -12/+15 | |
| | ||||||
* | Fix typo in docs/userguide/extension.rst | hbielenia | 2023-02-18 | 1 | -1/+1 | |
| | ||||||
* | Mention limitation in editable docs | Anderson Bravalheri | 2023-02-17 | 1 | -0/+5 | |
| | ||||||
* | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434) | Anderson Bravalheri | 2023-02-13 | 1 | -1/+4 | |
|\ | ||||||
| * | Add information on why namespace_packages are deprecated | Anderson Bravalheri | 2023-02-13 | 1 | -1/+4 | |
| | | ||||||
* | | Update note about SETUPTOOLS_ENABLE_FEATURES | Anderson Bravalheri | 2023-02-13 | 1 | -15/+6 | |
|/ | ||||||
* | Fix error in docs | Anderson Bravalheri | 2023-01-23 | 1 | -0/+1 | |
| | ||||||
* | Update docs to clarify dangling list | Anderson Bravalheri | 2023-01-23 | 1 | -8/+9 | |
| | ||||||
* | Docs: Link directly to PEPs (#3770) | Anderson Bravalheri | 2023-01-20 | 4 | -7/+4 | |
|\ | ||||||
| * | Use Sphinx :pep: role to link directly to PEPs | Hugo van Kemenade | 2023-01-14 | 4 | -7/+4 | |
| | | ||||||
* | | Add versionchanged note to docs | Anderson Bravalheri | 2023-01-20 | 2 | -8/+4 | |
| | | ||||||
* | | Adapt note about file directive and MANIFEST.in | Anderson Bravalheri | 2023-01-19 | 2 | -10/+20 | |
| | | ||||||
* | | Update setuptools sdist docs warning | Sinclert Pérez | 2023-01-19 | 1 | -3/+3 | |
| | | ||||||
* | | DOC: fix section for python_requires in setup.cfg | Mike Taves | 2023-01-18 | 1 | -1/+1 | |
|/ | ||||||
* | 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) |