We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c0cef commit e098734Copy full SHA for e098734
setup.py
@@ -99,12 +99,16 @@ def find_meta(meta):
99
raise RuntimeError("Unable to find __{meta}__ string.".format(meta=meta))
100
101
102
+LOGO = """
103
+.. image:: https://www.attrs.org/en/stable/_static/attrs_logo.png
104
+ :alt: attrs logo
105
+ :align: center
106
+""" # noqa
107
+
108
VERSION = find_meta("version")
109
URL = find_meta("url")
110
LONG = (
- "======================================\n"
- "``attrs``: Classes Without Boilerplate\n"
111
+ LOGO
112
+ read("README.rst").split(".. teaser-begin")[1]
113
+ "\n\n"
114
+ "Release Information\n"
0 commit comments