Skip to content
Snippets Groups Projects
Commit 4bcd6b4b authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Refer to the right README.

parent b92e6c9c
No related branches found
No related tags found
No related merge requests found
include LICENSE OWNERS README include LICENSE OWNERS README.rst
include chkcrontab include chkcrontab
include chkcrontab_lib.py include chkcrontab_lib.py
include setup.py include setup.py
......
...@@ -127,7 +127,7 @@ setup( ...@@ -127,7 +127,7 @@ setup(
author='Kevin Lyda', author='Kevin Lyda',
author_email='lyda@google.com', author_email='lyda@google.com',
description='A tool to detect crontab errors', description='A tool to detect crontab errors',
long_description=open('README').read(), long_description=open('README.rst').read(),
py_modules=['chkcrontab_lib'], py_modules=['chkcrontab_lib'],
scripts=['chkcrontab'], scripts=['chkcrontab'],
keywords='check lint crontab', keywords='check lint crontab',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment