summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulien Pagès <j.parkouss@gmail.com>2014-05-29 05:47:26 +0200
committerJulien Pagès <j.parkouss@gmail.com>2014-05-29 05:47:26 +0200
commit3515671136ad49025df0e9c145def78548087a8a (patch)
treec2dd66ce20e7cf330367f8ea1a10176675e634ab /setup.py
parent68c26527baf671783e738ef2717d6bd7ba516213 (diff)
renamed README to README.rst for github
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb77c2c..7ad4d6c 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ else:
setup(name='ewmh',
version=re.findall("__version__ = '(.+)'", open('ewmh/__init__.py').read())[0],
description='python implementation of Extended Window Manager Hints, based on Xlib',
- long_description=open('README').read(),
+ long_description=open('README.rst').read(),
author='parkouss',
author_email="j.parkouss@gmail.com",
url='https://github.com/parkouss/pyewmh',