mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
fix pep8 compliance
This commit is contained in:
parent
752ed8c29c
commit
e067f6a60c
2 changed files with 6 additions and 2 deletions
6
setup.py
6
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",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue