Skip to content

Commit 6483440

Browse files
committed
Make twine happy by specifying content type
- Seems pypi requires the content type of the long description to be explicit. Set it to markdown.
1 parent 616c003 commit 6483440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def read_(file_name):
2323
url="https://github.com/alexmgr/tinyec",
2424
download_url="https://github.com/alexmgr/tinyec/archive/v0.4.0.tar.gz",
2525
long_description=read_("README.md"),
26+
long_description_content_type="text/markdown",
2627
test_suite="nose.collector",
2728
tests_require=["nose"],
2829
classifiers=[

0 commit comments

Comments
 (0)