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", ], )