diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-05-03 15:31:32 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-03 15:31:32 -0500 |
commit | c63dbc22c3a341245f950f1f27447de6f913295f (patch) | |
tree | a54bb5577975c1d8e160d06cd6b4a8c71fe5eb9b /python/pep8/README | |
parent | af5062470253b9afae7071c3cb8eab4f1e2c9c9b (diff) |
python/pep8: Moved from Development category
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pep8/README')
-rw-r--r-- | python/pep8/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pep8/README b/python/pep8/README new file mode 100644 index 0000000000000..a169dbd683ab8 --- /dev/null +++ b/python/pep8/README @@ -0,0 +1,4 @@ +pep8 is a tool to check your Python code against some of the style +conventions in PEP 8 <http://www.python.org/dev/peps/pep-0008/>. + +This requires pysetuptools. |