Skip to content

Commit 779ec8e

Browse files
committed
Update README
1 parent 108334b commit 779ec8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# python-copier-template
88

9-
Diamond's opinionated [copier](https://copier.readthedocs.io) template for pure Python projects managed by pip. It can be optionally used to:
9+
Diamond's opinionated [copier](https://copier.readthedocs.io) template for pure Python projects. It can be optionally used to:
1010

1111
- Create new projects from
1212
- Update existing projects in line with it
@@ -21,7 +21,7 @@ Releases | <https://github.com/DiamondLightSource/python-copier-template/
2121
It integrates the following tools:
2222

2323
- [setuptools](https://setuptools.pypa.io) and [setuptools-scm](https://setuptools-scm.readthedocs.io) for packaging
24-
- [pip](https://pip.pypa.io) to manage installation
24+
- [uv](https://docs.astral.sh/uv/) to manage installation and project lockfile
2525
- [pytest](https://docs.pytest.org) for code testing and coverage
2626
- [pre-commit](https://pre-commit.com) to run linting and formatting such as [ruff](https://docs.astral.sh/ruff)
2727
- [pyright](https://microsoft.github.io/pyright) or [mypy](https://www.mypy-lang.org) for static type checking

0 commit comments

Comments
 (0)