diff --git a/README.md b/README.md index 300af315..9a0824ee 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@

+ +

Documentation diff --git a/setup.py b/setup.py index ea439b7c..02782155 100644 --- a/setup.py +++ b/setup.py @@ -114,8 +114,18 @@ def find_meta(meta): VERSION = find_meta("version") URL = find_meta("url") + +# PyPI doesn't support the tag. +LOGO = """

+ + attrs + +

+""" # noqa + LONG = ( - read("README.md") + LOGO + + read("README.md").split("", 1)[1] + "\n\n## Changes in This Release\n" + read("CHANGELOG.md") .split("towncrier release notes start -->", 1)[1]