From 4bcd6b4b348bcf234d11804d146e82838dae7162 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sat, 26 May 2012 18:22:45 +0100 Subject: [PATCH] Refer to the right README. --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 244b332..534b546 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include LICENSE OWNERS README +include LICENSE OWNERS README.rst include chkcrontab include chkcrontab_lib.py include setup.py diff --git a/setup.py b/setup.py index a6dcc27..668eff8 100755 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ setup( author='Kevin Lyda', author_email='lyda@google.com', description='A tool to detect crontab errors', - long_description=open('README').read(), + long_description=open('README.rst').read(), py_modules=['chkcrontab_lib'], scripts=['chkcrontab'], keywords='check lint crontab', -- GitLab