Skip to content

Commit 728dd7e

Browse files
committed
Fix readme reference from build-check
1 parent 17180fe commit 728dd7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
88
authors = [
99
{"name" = "Grant Jenks", "email" = "[email protected]"},
1010
]
11-
readme = "README.md"
11+
readme = "README.rst"
1212
requires-python = ">=3.2"
1313
license = {"text" = "Apache 2.0"}
1414
classifiers = [

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ commands=
5959
[testenv:build-check]
6060
description=Builds source and binary packages and uses twine check to validate
6161
skip_install=True
62-
changedir={envtmpdir}
6362
deps=
6463
build
6564
twine
6665
commands=
6766
python -m build
68-
twine check {envtmpdir}/dist/*
67+
twine check {toxinidir}/dist/*

0 commit comments

Comments
 (0)