summaryrefslogtreecommitdiff
path: root/docs/userguide/pyproject_config.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to reflect the implementation of PEP 660Anderson Bravalheri2022-08-061-9/+7
|
* docs: Add two footnotes about PEP 660 support (#3407)Anderson Bravalheri2022-08-061-2/+9
|\
| * docs: Rephrase foot noteAnderson Bravalheri2022-08-061-1/+1
| |
| * docs: Avoid mentioning version 64 directly, as the exact version may changeAnderson Bravalheri2022-08-061-2/+2
| |
| * [Docs] Fix a note about PEP660 statuskngwyu2022-07-041-2/+1
| |
| * [Docs] Add two footnotes about editable installkngwyu2022-06-281-2/+10
| | | | | | | | ... for editable install with pyproject.toml
* | Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+2
| | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
* | Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+1
| | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
* | [Docs] Missing requires-python in "using pyproject.toml" #3305Jac Fitzgerald2022-06-231-0/+2
|/
* Add beta status to 'file' directive for reading dependenciesAnderson Bravalheri2022-06-191-5/+9
|
*-. Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-191-10/+22
|\ \
| | * Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-081-10/+22
| | |
* | | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-161-2/+2
| | |
* | | Clarify warnings and notes in documentation about experimental pyproject.tomlAnderson Bravalheri2022-06-161-7/+6
|/ /
* | Add deprecation notices to docsAnderson Bravalheri2022-05-161-1/+1
| |
* | Clarify that `pyproject.toml` config will not be removedJim Garrison2022-04-291-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 docsMathieu Kniewallner2022-03-241-3/+3
|
* Add back notes about editable install and pyproject metadataAnderson Bravalheri2022-03-241-0/+12
| | | | On further examination, `pip` seems to fail if `setup.py` is missing.
* Clarify that only deprecated fields should be avoided in pyproject_configAnderson Bravalheri2022-03-241-2/+2
|
* Remove note about setup.py being required for editable installsAnderson Bravalheri2022-03-241-5/+0
|
* Clarify directives in the context of pyproject.tomlAnderson Bravalheri2022-03-171-4/+12
|
* Small doc improvementsAnderson Bravalheri2022-03-171-15/+16
|
* Apply suggestions from code reviewAnderson Bravalheri2022-03-171-1/+1
| | | Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
* Add notes to pyproject_config docsAnderson Bravalheri2022-03-171-0/+2
|
* Clarify deprecated fields for tool.setuptoolsAnderson Bravalheri2022-03-171-8/+15
|
* Add remark about editable installsAnderson Bravalheri2022-03-161-0/+5
|
* Add initial docs about pyproject.toml metadataAnderson Bravalheri2022-03-161-0/+188