File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -73,20 +73,20 @@ Viewstate HMAC signatures are also supported. In case there are any remaining by
7373 Development
7474-----------
7575
76- Development packages can be installed with ``poetry ``. Unit tests, lints and code formatting tasks can be run with:
76+ Development packages can be installed with ``uv ``. Unit tests, lints and code formatting tasks can be run with:
7777
7878.. code-block :: shell
7979
80- $ poetry install
81- $ poetry run pytest
82- $ poetry run ruff
80+ $ uv sync --group dev
81+ $ uv run pytest
82+ $ uv run ruff
8383
8484 For PyPI releases, run build and publish:
8585
8686.. code-block :: shell
8787
88- $ poetry build
89- $ poetry publish
88+ $ uv build
89+ $ uv publish
9090
9191 Note that for uploading a new package version, a valid PyPI auth token should be configured.
9292
Original file line number Diff line number Diff line change 22name = " viewstate"
33version = " 0.7.0"
44description = " ASP.NET View State Decoder"
5- authors = [
" Yuval Adam < [email protected] > " ]
5+ authors = [
{ name = " Yuval Adam" , email = " [email protected] " }, ]
66license = " MIT"
77readme = " README.rst"
8- homepage = " https://github.com/yuvadm/viewstate"
9- repository = " https://github.com/yuvadm/viewstate"
108requires-python = " >=3.8"
119dependencies = []
1210
You can’t perform that action at this time.
0 commit comments