We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d190f04 commit bcf6ae5Copy full SHA for bcf6ae5
setup.py
@@ -10,6 +10,7 @@
10
version="0.0.1",
11
description="Read Real Python Articles",
12
long_description=(HERE / "README.md").read_text(),
13
+ long_description_content_type="text/markdown",
14
url="https://github.com/realpython/reader",
15
author="Real Python",
16
author_email="office@realpython.com",
0 commit comments