uv/scripts
Charlie Marsh a4417eba4a
Enable projects to opt-out of workspace management (#4565)
## Summary

You can now add `managed = false` under `[tool.uv]` in a
`pyproject.toml` to explicitly opt out of the project and workspace
APIs.

If a project sets `managed = false`, we will (1) _not_ discover it as a
workspace root, and (2) _not_ discover it as a workspace member (similar
to using `exclude` in the workspace parent).

Closes https://github.com/astral-sh/uv/issues/4551.
2024-07-01 16:17:43 -04:00
..
bench Expand documentation in scripts/bench/__main__.py (#2875) 2024-04-08 02:48:12 +00:00
benchmarks Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
links Add test case for wheel installation with different path (#4396) 2024-06-19 09:39:55 -05:00
packages Rename README to README.md (#4315) 2024-06-13 16:43:11 -05:00
popular_packages Finish install-many with pypi 10k most dependents (#732) 2023-12-27 09:42:51 -05:00
requirements Add airflow benchmark (#3643) 2024-05-23 13:25:54 -04:00
scenarios Remove exclude newer methods on test context (#4535) 2024-06-25 23:45:35 +00:00
workspaces Enable projects to opt-out of workspace management (#4565) 2024-07-01 16:17:43 -04:00
check_cache_compat.py fix typos (#2804) 2024-04-03 11:57:19 +00:00
check_embedded_python.py Add support for embedded Python on Windows (#3161) 2024-04-22 13:34:27 -04:00
check_system_python.py Deduplicate symbolic links between purelib and platlib (#3002) 2024-04-12 17:08:56 -04:00
release.sh Request Python 3.12 in the release script (#4384) 2024-06-18 10:44:42 -05:00
sync_scenarios.sh Fixups to release.sh and sync_scenarios.sh (#2790) 2024-04-03 01:59:58 +00:00
transform_readme.py Add top-level benchmark to the README (#2622) 2024-03-22 16:07:31 -04:00
update_schemastore.py Improve JSON Schema and add export script (#3461) 2024-05-08 16:15:16 +00:00