fix pep8 compliance

This commit is contained in:
kakwa 2015-07-21 08:54:07 +02:00
parent 752ed8c29c
commit e067f6a60c
2 changed files with 6 additions and 2 deletions

View File

@ -14,3 +14,5 @@
goodies
.. include:: ../README.rst
.. include:: forkme.rst

View File

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