Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs to reflect the implementation of PEP 660 | Anderson Bravalheri | 2022-08-06 | 1 | -9/+7 |
| | |||||
* | docs: Add two footnotes about PEP 660 support (#3407) | Anderson Bravalheri | 2022-08-06 | 1 | -2/+9 |
|\ | |||||
| * | docs: Rephrase foot note | Anderson Bravalheri | 2022-08-06 | 1 | -1/+1 |
| | | |||||
| * | docs: Avoid mentioning version 64 directly, as the exact version may change | Anderson Bravalheri | 2022-08-06 | 1 | -2/+2 |
| | | |||||
| * | [Docs] Fix a note about PEP660 status | kngwyu | 2022-07-04 | 1 | -2/+1 |
| | | |||||
| * | [Docs] Add two footnotes about editable install | kngwyu | 2022-06-28 | 1 | -2/+10 |
| | | | | | | | | ... for editable install with pyproject.toml | ||||
* | | Update docs/userguide/pyproject_config.rst | Jac | 2022-06-24 | 1 | -1/+2 |
| | | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
* | | Update docs/userguide/pyproject_config.rst | Jac | 2022-06-24 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
* | | [Docs] Missing requires-python in "using pyproject.toml" #3305 | Jac Fitzgerald | 2022-06-23 | 1 | -0/+2 |
|/ | |||||
* | Add beta status to 'file' directive for reading dependencies | Anderson Bravalheri | 2022-06-19 | 1 | -5/+9 |
| | |||||
*-. | Allow `file` directive for dependencies (#3253, #3255) | Anderson Bravalheri | 2022-06-19 | 1 | -10/+22 |
|\ \ | |||||
| | * | Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.toml | Aarni Koskela | 2022-04-08 | 1 | -10/+22 |
| | | | |||||
* | | | Change wording from *experimental* to *beta* | Anderson Bravalheri | 2022-06-16 | 1 | -2/+2 |
| | | | |||||
* | | | Clarify warnings and notes in documentation about experimental pyproject.toml | Anderson Bravalheri | 2022-06-16 | 1 | -7/+6 |
|/ / | |||||
* | | Add deprecation notices to docs | Anderson Bravalheri | 2022-05-16 | 1 | -1/+1 |
| | | |||||
* | | Clarify that `pyproject.toml` config will not be removed | Jim Garrison | 2022-04-29 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | | | The current documentation regarding `pyproject.toml` claims that support for using it to specify package metadata and build configuration options might be "completely removed" in a future release. However, nowadays it is clear (https://github.com/pypa/setuptools/issues/1688#issuecomment-1079706929 and #3214) that `pyproject.toml` is not going anywhere, is here to stay, and is in fact expected to be the preferred format in the future. This makes an incremental change toward that future by clarifying that `pyproject.toml` support will not be removed in a future release of setuptools. | ||||
* | Fix `bellow` typo in docs | Mathieu Kniewallner | 2022-03-24 | 1 | -3/+3 |
| | |||||
* | Add back notes about editable install and pyproject metadata | Anderson Bravalheri | 2022-03-24 | 1 | -0/+12 |
| | | | | On further examination, `pip` seems to fail if `setup.py` is missing. | ||||
* | Clarify that only deprecated fields should be avoided in pyproject_config | Anderson Bravalheri | 2022-03-24 | 1 | -2/+2 |
| | |||||
* | Remove note about setup.py being required for editable installs | Anderson Bravalheri | 2022-03-24 | 1 | -5/+0 |
| | |||||
* | Clarify directives in the context of pyproject.toml | Anderson Bravalheri | 2022-03-17 | 1 | -4/+12 |
| | |||||
* | Small doc improvements | Anderson Bravalheri | 2022-03-17 | 1 | -15/+16 |
| | |||||
* | Apply suggestions from code review | Anderson Bravalheri | 2022-03-17 | 1 | -1/+1 |
| | | | Co-authored-by: Steven Silvester <steven.silvester@ieee.org> | ||||
* | Add notes to pyproject_config docs | Anderson Bravalheri | 2022-03-17 | 1 | -0/+2 |
| | |||||
* | Clarify deprecated fields for tool.setuptools | Anderson Bravalheri | 2022-03-17 | 1 | -8/+15 |
| | |||||
* | Add remark about editable installs | Anderson Bravalheri | 2022-03-16 | 1 | -0/+5 |
| | |||||
* | Add initial docs about pyproject.toml metadata | Anderson Bravalheri | 2022-03-16 | 1 | -0/+188 |