Skip to content

Commit 89011c9

Browse files
authored
fix make checkrst (#759)
fixes #756
1 parent a0b7a82 commit 89011c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FLAGS=
44

55
checkrst:
6-
python setup.py check --restructuredtext
6+
python -m twine check --strict dist/*
77

88

99
flake:checkrst

0 commit comments

Comments
 (0)