We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c221b commit d257954Copy full SHA for d257954
3 files changed
build-requirements.txt
@@ -1,3 +1,4 @@
1
pylint
2
setuptools
3
wheel
4
+twine
build.sh
@@ -17,3 +17,5 @@ python3 docs.py
17
18
python3 setup.py sdist
19
python3 setup.py bdist_wheel
20
+
21
+twine check dist/*
setup.py
@@ -11,6 +11,7 @@
11
author_email='ashafer@pm.me',
12
description=desc,
13
long_description=f'{desc}\n\nDocs at {url}',
14
+ long_description_content_type='text/x-rst',
15
url=url,
16
license='MIT',
0 commit comments