Skip to content

Commit 8923d90

Browse files
committed
qa: Check that long description will render correctly on PyPI
And remove `readme-renderer` development dependency, which was (I suppose) meant to be used to to the same thing... but not used (unless I missed it).
1 parent 3a89e19 commit 8923d90

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ quality:
1313
pylint --reports=no --score=no setup.py src tests
1414
python setup.py check --strict --metadata --restructuredtext
1515
check-manifest
16+
python setup.py sdist >/dev/null 2>&1 && twine check dist/*
1617

1718
Quality: # not used in tests
1819
vulture --exclude=build/ src tests setup.py

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ sphinx_rtd_theme
1010
check-manifest
1111
pylint
1212
pytest
13-
readme-renderer
1413
vulture
1514

1615
# Release

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author_email = [email protected]
66
url = https://github.com/Polyconseil/zbarlight
77
description = A simple zbar wrapper
88
long_description = file: README.rst
9+
long_description_content_type = text/x-rst
910
license = BSD 3-Clause License
1011
keywords = zbar, QR code reader
1112
classifiers =

0 commit comments

Comments
 (0)