summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-05-03 19:41:05 +0200
committerUltrabug <ultrabug@gentoo.org>2014-05-03 19:41:05 +0200
commitc9f710b70b7f1e6fc37ef9b86993d78d21442078 (patch)
tree915c5aa7eaaec7786f237e80bbaff81e09e0bd93
parente54a354a68e372ca84ba36db6ce0185e3ef2e5bb (diff)
switch back to RST for the README wrt pypi
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9a51c1b..0c51abc 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
author='Ultrabug',
author_email='ultrabug@ultrabug.net',
description='py3status is an extensible i3status wrapper written in python',
- long_description=read('README.md'),
+ long_description=read('README.rst'),
url='https://github.com/ultrabug/py3status',
download_url='https://github.com/ultrabug/py3status/tags',
license='BSD',