We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make checkrst
1 parent a0b7a82 commit 89011c9Copy full SHA for 89011c9
Makefile
@@ -3,7 +3,7 @@
3
FLAGS=
4
5
checkrst:
6
- python setup.py check --restructuredtext
+ python -m twine check --strict dist/*
7
8
9
flake:checkrst
0 commit comments