| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update package_discovery.rst | Binjian | 2022-04-22 | 1 | -1/+1 |
| | | | | double "can be" | ||||
| * | Fix typo in docs | Vladimir Berlev | 2022-04-14 | 1 | -1/+1 |
| | | |||||
| * | Small wording tweaks for readability | Chuck McCallum | 2022-04-05 | 1 | -4/+4 |
| | | |||||
| * | Fix typo in quickstart section | Pablo Cárdenas | 2022-03-26 | 1 | -1/+1 |
| | | | | | | The function should be between quotes like a string. cli-name = mypkg.mymodule:some_func => cli-name = "mypkg.mymodule:some_func" | ||||
| * | Fix `bellow` typo in docs | Mathieu Kniewallner | 2022-03-24 | 3 | -5/+5 |
| | | |||||
| * | Add back notes about editable install and pyproject metadata | Anderson Bravalheri | 2022-03-24 | 2 | -1/+29 |
| | | | | | On further examination, `pip` seems to fail if `setup.py` is missing. | ||||
| * | Fix wrong version reference in quickstart | Anderson Bravalheri | 2022-03-24 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Improve note about setup.py | Anderson Bravalheri | 2022-03-24 | 1 | -1/+2 |
| | | |||||
| * | Add missing preposition | Anderson Bravalheri | 2022-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add module to entry_point example in quickstart | Anderson Bravalheri | 2022-03-24 | 1 | -4/+4 |
| | | |||||
| * | Improve text about CLI entry-point in quickstart | Anderson Bravalheri | 2022-03-24 | 1 | -2/+3 |
| | | |||||
| * | Fix example of environment maker for dependencies in quickstart | Anderson Bravalheri | 2022-03-24 | 1 | -1/+1 |
| | | |||||
| * | Restore tip about editable installs | Anderson Bravalheri | 2022-03-24 | 1 | -20/+3 |
| | | | | | | Experiments with pip 21.1 confirm that it can use editable mode even when `setup.py` is missing. | ||||
| * | Adequate docs to the latest changes | Anderson Bravalheri | 2022-03-22 | 1 | -1/+5 |
| | | |||||
| * | Update discovery docs to mention ext_modules | Anderson Bravalheri | 2022-03-22 | 1 | -2/+2 |
| | | |||||
| * | Merge 'upstream/main' into experimental/support-pyproject | Anderson Bravalheri | 2022-03-21 | 2 | -3/+3 |
| |\ | |||||
| | * | Fix warnings for pypi references. | Jason R. Coombs | 2022-03-19 | 3 | -4/+4 |
| | | | |||||
| * | | Change tabs in discovery docs to be similar to quickstart | Anderson Bravalheri | 2022-03-18 | 1 | -15/+5 |
| | | | |||||
| * | | Update package discovery docs to reflect latest changes | Anderson Bravalheri | 2022-03-18 | 1 | -29/+35 |
| | | | |||||
| * | | Clarify directives in the context of pyproject.toml | Anderson Bravalheri | 2022-03-17 | 1 | -4/+12 |
| | | | |||||
| * | | Small doc improvements | Anderson Bravalheri | 2022-03-17 | 2 | -16/+17 |
| | | | |||||
| * | | Apply suggestions from code review | Anderson Bravalheri | 2022-03-17 | 2 | -4/+4 |
| | | | | | | | Co-authored-by: Steven Silvester <steven.silvester@ieee.org> | ||||
| * | | Add notes to pyproject_config docs | Anderson Bravalheri | 2022-03-17 | 1 | -0/+2 |
| | | | |||||
| * | | Clarify extras in entry-points are deprecated | Anderson Bravalheri | 2022-03-17 | 2 | -45/+50 |
| | | | |||||
| * | | Add tab for pyproject.toml in dependency management docs | Anderson Bravalheri | 2022-03-17 | 1 | -3/+76 |
| | | | |||||
| * | | Fix references to layouts in docs | Anderson Bravalheri | 2022-03-17 | 1 | -42/+49 |
| | | | |||||
| * | | Improve notes on quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -37/+47 |
| | | | |||||
| * | | Clarify editable installs note in quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -21/+22 |
| | | | |||||
| * | | Add note about editable installs in quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -1/+17 |
| | | | |||||
| * | | Improve data files section in quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -3/+27 |
| | | | |||||
| * | | Improve dependencies section in quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -16/+41 |
| | | | |||||
| * | | Improve entry-points section in the quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -11/+37 |
| | | | |||||
| * | | Improve discovery section in the quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -10/+55 |
| | | | |||||
| * | | Clarify deprecated fields for tool.setuptools | Anderson Bravalheri | 2022-03-17 | 1 | -8/+15 |
| | | | |||||
| * | | Fix link to keywords | Anderson Bravalheri | 2022-03-17 | 1 | -1/+1 |
| | | | |||||
| * | | Add some missing references in the quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -5/+5 |
| | | | |||||
| * | | Mention experimental pyproject config in the quickstart | Anderson Bravalheri | 2022-03-17 | 1 | -7/+37 |
| | | | |||||
| * | | Mention experimental pyproject.toml support in discovery docs | Anderson Bravalheri | 2022-03-17 | 1 | -63/+225 |
| | | | |||||
| * | | 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 | 4 | -13/+205 |
| | | | |||||
| * | | Improve package discovery docs | Anderson Bravalheri | 2022-03-16 | 1 | -51/+55 |
| | | | |||||
| * | | Merge branch 'main' into experimental/support-pyproject | Anderson Bravalheri | 2022-03-16 | 1 | -4/+25 |
| |\ \ | |/ | |||||
| | * | [Docs] Add setup.py code for console_scripts (#3144) | Anderson Bravalheri | 2022-03-07 | 1 | -4/+25 |
| | |\ | | | | | | | Merge pull request #3144 from xhlulu/patch-1 | ||||
| | | * | Update entry_point.rst | Xing Han Lu | 2022-03-02 | 1 | -4/+25 |
| | | | | |||||
| * | | | Fix small errors in docs | Anderson Bravalheri | 2022-03-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | Mark features related auto-discovery and pyproject metadata as experimental | Anderson Bravalheri | 2022-03-09 | 1 | -0/+6 |
| | | | | |||||
| * | | | Add news fragment with instructions for empty distributions | Anderson Bravalheri | 2022-03-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Small fixes for text in package_discovery | Anderson Bravalheri | 2022-03-05 | 1 | -7/+7 |
| | | | | |||||
