| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Typo in user guide: development mode | Louis Maddox | 2022-08-12 | 1 | -1/+1 |
| | | | | `PATHONPATH` --> `PYTHONPATH` | ||||
| * | Merge PEP 660 implementation (#3488) | Anderson Bravalheri | 2022-08-11 | 5 | -53/+291 |
| |\ | |||||
| | * | docs: Avoid refering to the strict mode as experimental | Anderson Bravalheri | 2022-08-11 | 1 | -1/+2 |
| | | | |||||
| | * | Update docs to reflect the implementation of PEP 660 | Anderson Bravalheri | 2022-08-06 | 2 | -19/+16 |
| | | | |||||
| | * | Merge 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-06 | 3 | -20/+27 |
| | |\ | |||||
| | * | | docs: Fix incorrect syntax | Anderson Bravalheri | 2022-08-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | docs: Fix phrases in userguide/development_mode | Anderson Bravalheri | 2022-08-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | docs: Fix link display text | Anderson Bravalheri | 2022-08-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update docs on the development_mode page (#3485) | Anderson Bravalheri | 2022-08-04 | 1 | -3/+98 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention: - compat mode - limitations in terms of accessing files outside of the package directory. - limitations in terms of __file__ and __path__ exact values. implementation mechanisms | ||||
| | | * | | docs: Improve developement_mode.rst | Anderson Bravalheri | 2022-08-03 | 1 | -8/+10 |
| | | | | | |||||
| | | * | | doc: Add section explaining how editable installs work | Anderson Bravalheri | 2022-08-03 | 1 | -0/+44 |
| | | | | | |||||
| | | * | | docs: Mention 'compat' editable installation mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+29 |
| | | | | | |||||
| | | * | | docs: Expand editable install limitations section | Anderson Bravalheri | 2022-08-03 | 1 | -1/+23 |
| | | | | | |||||
| | * | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-04 | 1 | -1/+1 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-02 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | * | | | | Fix outdated version number in docsv64.0.0b1 | Anderson Bravalheri | 2022-07-04 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge 'upstream/main' into feature/pep660 | Anderson Bravalheri | 2022-07-04 | 2 | -17/+12 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | [Doc] Ensure members of the build subcommand protocol are listed by autodoc ↵ | Anderson Bravalheri | 2022-07-04 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (#3429) | ||||
| | | * | | | | | Ensure members of the subcommand protocol are listed by autodoc | Anderson Bravalheri | 2022-07-03 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Document dir in strict editable installs | Anderson Bravalheri | 2022-06-29 | 1 | -0/+9 |
| | |/ / / / / | |||||
| | * | | | | | Add notes about namespaces, tox + small fixes | Anderson Bravalheri | 2022-06-27 | 1 | -8/+13 |
| | | | | | | | |||||
| | * | | | | | Add interfaces to docs | Anderson Bravalheri | 2022-06-25 | 1 | -3/+15 |
| | | | | | | | |||||
| | * | | | | | Add note about using editable installs for test environments | Anderson Bravalheri | 2022-06-25 | 1 | -0/+6 |
| | | | | | | | |||||
| | * | | | | | Allow users to opt-into previous "develop" behavior | Anderson Bravalheri | 2022-06-25 | 1 | -0/+12 |
| | | | | | | | |||||
| | * | | | | | Update development mode docs | Anderson Bravalheri | 2022-06-25 | 2 | -31/+131 |
| | | | | | | | |||||
| * | | | | | | typo fix | nxnjz | 2022-08-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update docs/userguide/dependency_management.rst | Anderson Bravalheri | 2022-08-08 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add docs section on direct URL dependencies | smheidrich | 2022-08-06 | 1 | -7/+56 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | docs: Fix reference to old exception name (#3472) | Anderson Bravalheri | 2022-08-06 | 1 | -7/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | docs: Markup polishing | Daniele Nicolodi | 2022-07-30 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | docs: Apply uniform formatting to None | Daniele Nicolodi | 2022-07-30 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | docs: Fix reference to old exception name | Daniele Nicolodi | 2022-07-30 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | 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 | ||||
| * | | | | | | docs: Update quickstart.rst (#3464) | Anderson Bravalheri | 2022-08-06 | 1 | -11/+11 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | quickstart docs: Add comment about optional `packages.find` | Anderson Bravalheri | 2022-08-06 | 1 | -0/+3 |
| | | | | | | | |||||
| | * | | | | | Update quickstart.rst | Géry Ogam | 2022-07-25 | 1 | -12/+9 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Docs typo | Olivier Le Moign | 2022-08-03 | 1 | -1/+1 |
| | |_|/ / |/| | | | |||||
| * | | | | type in quickstart.rst | Edgar Riba | 2022-07-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix typo `find_namespaces:` to `find_namespace:` | Brody Rampono | 2022-07-25 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe the correct `setup.cfg` packaging option is `find_namespace:`, not `find_namespaces:` I can't find any other references to `find_namespaces` in the docs or repository. Using `find_namespaces:` causes packaging to fail. Example to reproduce: ``` . ├── pyproject.toml ├── setup.cfg └── src ├── pkg1 │ └── namespace │ └── __init__.py └── pkg2 └── __init__.py ``` Contents of `pyproject.toml`: ``` [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" ``` Contents of `setup.cfg`: ``` [metadata] name = pkg_test [options] packages = find_namespaces: package_dir = =src [options.packages.find] where = src ``` ``` $ pip install . > ... > error: package directory 'src/find_namespaces:' does not exist > ... ``` | ||||
| * | | | fix userguide typo | Matthias Jansen | 2022-07-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | [Docs:discovery] Update examples to consider setup.cfg/setup.py optional | Anderson Bravalheri | 2022-06-28 | 1 | -11/+8 |
| | | | | |||||
| * | | | Avoid inline comments in INI files | Anderson Bravalheri | 2022-06-28 | 1 | -1/+2 |
| | | | | |||||
| * | | | [Docs:discovery] Attempt to clarify include/exclude | Anderson Bravalheri | 2022-06-28 | 1 | -6/+3 |
| | |/ |/| | |||||
| * | | 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 |
| |/ | |||||
