Changeset 4671 for TI12-security/trunk/python/MyProxyClient/setup.py
- Timestamp:
- 17/12/08 11:12:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/MyProxyClient/setup.py
r4642 r4671 39 39 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 40 40 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/Security', 41 platforms = ['POSIX', 'Linux'], 41 42 install_requires = ['M2Crypto'], 42 43 license = __license__, … … 46 47 'test': ['*.cfg', '*.conf', '*.crt', '*.key', 'README'] 47 48 }, 49 classifiers=[ 50 'Development Status :: 4 - Beta', 51 'Environment :: Console', 52 'Environment :: Web Environment', 53 'Intended Audience :: End Users/Desktop', 54 'Intended Audience :: Developers', 55 'Intended Audience :: System Administrators', 56 'Intended Audience :: Science/Research', 57 'License :: <TODO> :: <TODO>', 58 'Natural Language :: English', 59 'Operating System :: Microsoft :: Windows', 60 'Operating System :: POSIX :: Linux', 61 'Programming Language :: Python', 62 'Topic :: Security', 63 'Topic :: Internet', 64 'Topic :: Scientific/Engineering', 65 'Topic :: System :: Distributed Computing', 66 'Topic :: System :: Systems Administration :: Authentication/Directory', 67 ], 48 68 zip_safe = True 49 69 )
Note: See TracChangeset
for help on using the changeset viewer.