diff options
author | Simon McVittie <smcv@collabora.com> | 2018-05-02 15:18:32 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-05-02 15:18:32 +0100 |
commit | 72957e9f4af2ffd6308afaf7f5b30cebe5b278fe (patch) | |
tree | 84b10c2b1c5542759bad096f9f0c6d472eb42bc7 /setup.py | |
parent | 5f8122b0d1b340c6a1330c0f8f729c60d3b96359 (diff) | |
download | dbus-python-72957e9f4af2ffd6308afaf7f5b30cebe5b278fe.tar.gz |
Use README as the long description
PyPI no longer renders README by default.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ setup( name='dbus-python', version=version, description='Python bindings for libdbus', + long_description=open('README').read(), maintainer='The D-Bus maintainers', maintainer_email='dbus@lists.freedesktop.org', download_url='http://dbus.freedesktop.org/releases/dbus-python/', |