Skip to content

Commit

Permalink
Fix readme reference from build-check
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Feb 28, 2024
1 parent 17180fe commit 728dd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
authors = [
{"name" = "Grant Jenks", "email" = "[email protected]"},
]
readme = "README.md"
readme = "README.rst"
requires-python = ">=3.2"
license = {"text" = "Apache 2.0"}
classifiers = [
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ commands=
[testenv:build-check]
description=Builds source and binary packages and uses twine check to validate
skip_install=True
changedir={envtmpdir}
deps=
build
twine
commands=
python -m build
twine check {envtmpdir}/dist/*
twine check {toxinidir}/dist/*

0 comments on commit 728dd7e

Please sign in to comment.