Changeset 8124 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 24/08/12 16:28:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/setup.py
r8123 r8124 67 67 packages = find_packages(), 68 68 zip_safe = False, 69 classifiers = [ 70 'Development Status :: 3 - Alpha', 71 'Environment :: Console', 72 'Environment :: Web Environment', 73 'Intended Audience :: End Users/Desktop', 74 'Intended Audience :: Developers', 75 'Intended Audience :: System Administrators', 76 'Intended Audience :: Science/Research', 77 'License :: OSI Approved :: BSD License', 78 'Natural Language :: English', 79 'Operating System :: Microsoft :: Windows', 80 'Operating System :: POSIX :: Linux', 81 'Programming Language :: Python', 82 'Topic :: Security', 83 'Topic :: Internet', 84 'Topic :: Scientific/Engineering', 85 'Topic :: System :: Distributed Computing', 86 'Topic :: System :: Systems Administration :: Authentication/Directory', 87 'Topic :: Software Development :: Libraries :: Python Modules' 88 ], 69 89 )
Note: See TracChangeset
for help on using the changeset viewer.