File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
1718Quality : # not used in tests
1819 vulture --exclude=build/ src tests setup.py
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ sphinx_rtd_theme
1010check-manifest
1111pylint
1212pytest
13- readme-renderer
1413vulture
1514
1615# Release
Original file line number Diff line number Diff line change 66url = https://github.com/Polyconseil/zbarlight
77description = A simple zbar wrapper
88long_description = file: README.rst
9+ long_description_content_type = text/x-rst
910license = BSD 3-Clause License
1011keywords = zbar, QR code reader
1112classifiers =
You can’t perform that action at this time.
0 commit comments