Skip to content

Commit d0f74e1

Browse files
committed
PyPI deployment: add wheel to required dev packages; move long
description text type to plain since PyPI errors out with ReST math directives
1 parent 82491d3 commit d0f74e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tox
66
Sphinx
77
sphinx-rtd-theme
88
twine
9+
wheel
910
pylint
1011
coverage
1112
pytest

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
keywords="synmod",
4242
license="MIT",
4343
long_description=readme + "\n\n" + changelog,
44+
long_description_content_type="text/plain",
4445
name="synmod",
4546
packages=find_packages(),
4647
python_requires=">= 3.6",

0 commit comments

Comments
 (0)