Changeset 5049
- Timestamp:
- 27/02/09 13:58:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/MyProxyClient/setup.py
r5048 r5049 35 35 maintainer = 'Philip Kershaw', 36 36 maintainer_email = 'Philip.Kershaw@stfc.ac.uk', 37 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/Security ',37 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/Security/MyProxyClient', 38 38 platforms = ['POSIX', 'Linux', 'Windows'], 39 39 install_requires = ['M2Crypto'], … … 64 64 'Topic :: Software Development :: Libraries :: Python Modules' 65 65 ], 66 zip_safe = True66 zip_safe = False 67 67 )
Note: See TracChangeset
for help on using the changeset viewer.