Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chkcrontab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
chkcrontab
Commits
4bcd6b4b
Commit
4bcd6b4b
authored
May 26, 2012
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Refer to the right README.
parent
b92e6c9c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
MANIFEST.in
+
1
−
1
View file @
4bcd6b4b
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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4bcd6b4b
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment