From e067f6a60cb1a8aaef08d10ce5d851e49b0cb946 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 21 Jul 2015 08:54:07 +0200 Subject: [PATCH] fix pep8 compliance --- docs/index.rst | 2 ++ setup.py | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 43e9e0e..2193b7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,3 +14,5 @@ goodies .. include:: ../README.rst + +.. include:: forkme.rst diff --git a/setup.py b/setup.py index 9170258..7a63178 100755 --- a/setup.py +++ b/setup.py @@ -136,7 +136,9 @@ setup( 'Operating System :: POSIX', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP', - 'Topic :: System :: Systems Administration :: Authentication/Directory', + "Topic :: System :: Systems Administration" + " :: Authentication/Directory :: LDAP", + "Topic :: System :: Systems Administration" + " :: Authentication/Directory", ], )