Skip to content

Commit

Permalink
add troove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 7, 2019
1 parent 0cc0864 commit b891e1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ def read_file(name):
description=shortdesc,
long_description=longdesc,
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python',
'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP',
],
keywords='ldap authentication node tree access users groups',
author='BlueDynamics Alliance',
Expand Down

0 comments on commit b891e1a

Please sign in to comment.