Skip to content

Commit d257954

Browse files
committed
twine check
1 parent b1c221b commit d257954

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

build-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pylint
22
setuptools
33
wheel
4+
twine

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ python3 docs.py
1717

1818
python3 setup.py sdist
1919
python3 setup.py bdist_wheel
20+
21+
twine check dist/*

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
author_email='ashafer@pm.me',
1212
description=desc,
1313
long_description=f'{desc}\n\nDocs at {url}',
14+
long_description_content_type='text/x-rst',
1415
url=url,
1516
license='MIT',
1617

0 commit comments

Comments
 (0)