Skip to content

Commit b5991fb

Browse files
committed
Fix broken/lost stuff after rebasing PR551.
1 parent 69b0e04 commit b5991fb

File tree

3 files changed

+4
-118
lines changed

3 files changed

+4
-118
lines changed

MANIFEST.in

Lines changed: 0 additions & 30 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

tox.ini

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,13 @@ commands =
7979
[testenv:check]
8080
deps =
8181
docutils
82-
check-manifest
82+
twine
83+
build
8384
pre-commit
84-
readme-renderer
85-
pygments
86-
isort
8785
skip_install = true
8886
commands =
89-
python setup.py check --strict --metadata --restructuredtext
90-
check-manifest .
87+
python -m build
88+
twine check --strict dist/*
9189
pre-commit run --all-files --show-diff-on-failure
9290

9391
[testenv:docs]

0 commit comments

Comments
 (0)