Skip to content

Commit 47c3827

Browse files
committed
Update instructions for uv
1 parent 6d7e7f2 commit 47c3827

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,8 @@ https://github.com/LudovicRousseau/pyscard/blob/master/INSTALL.md.
9696

9797

9898
=== Development
99-
For development of the library we use https://python-poetry.org/[poetry]. To
100-
set up the dev environment, run this command in the root directory of the
101-
repository:
102-
103-
poetry install
99+
For development of the library we use https://docs.astral.sh/uv/[uv].
100+
Follow the uv Getting Started guide to install and configure it.
104101

105102
We also use https://pre-commit.com/[pre-commit] to run some scans on the code
106103
prior to committing.
@@ -113,5 +110,5 @@ WARNING: These tests are destructive, and will factory reset the device under te
113110
As a safety precaution, the tests will only run on a device that is in a newly reset
114111
state, as far as the test runner can tell.
115112

116-
poetry run pytest
113+
uv run pytest
117114

RELEASE.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
* Build the release:
1919
20-
$ poetry build
20+
$ uv build
2121
2222
* Sign the release:
2323
@@ -26,7 +26,7 @@
2626
2727
* Upload the release to PyPI:
2828
29-
$ poetry publish
29+
$ uv publish
3030
3131
* Add the .tar.gz, the .whl and .sig files to a new Github release, using the
3232
latest NEWS entry as description.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fido2"
3-
version = "2.0.1-dev.0"
3+
version = "2.1.0-dev.0"
44
description = "FIDO2/WebAuthn library for implementing clients and servers."
55
authors = [{ name = "Dain Nilsson", email = "<[email protected]>" }]
66
readme = "README.adoc"

0 commit comments

Comments
 (0)