Changeset 4639 for TI12-security/trunk/python
- Timestamp:
- 15/12/08 14:11:02 (12 years ago)
- Location:
- TI12-security/trunk/python/MyProxyClient
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/MyProxyClient/setup.cfg
r4610 r4639 1 # Configuration file for egg install - allow setting of specific OpenSSL location 2 # for M2Crypto build 1 # MyProxy Client 2 # 3 # Configuration file for egg install - allow setting of specific OpenSSL 4 # location for M2Crypto build 3 5 # 4 6 # NERC Data Grid Project … … 12 14 [EasyInstall] 13 15 14 [build_ext] 15 include_dirs: /usr/local/NDG/include 16 library_dirs: /usr/local/NDG/lib 17 18 [install] 16 # Uncomment build_ext section to include settings for SSL location if required 17 # for M2Crypto build. Run: 18 # 19 # $ python setup.py build_ext 20 # 21 # then, 22 # 23 # $ python setup.py install 24 # 25 #[build_ext] 26 #include_dirs: /usr/local/ 27 #library_dirs: /usr/local/ 19 28 20 29 [egg_info] 21 tag_build = _dev_openidprovider22 tag_svn_revision = true30 tag_build = 31 tag_svn_revision = false 23 32 -
TI12-security/trunk/python/MyProxyClient/setup.py
r4624 r4639 1 1 #!/usr/bin/env python 2 """Distribution Utilities setup program for MyProxy Client 2 """Distribution Utilities setup program for MyProxy Client Package 3 3 4 4 NERC Data Grid Project … … 10 10 """BSD-style license 11 11 12 For myproxy_logon see Access Grid Toolkit Public License (AGTPL): 12 Software adapted from myproxy_logon. - For myproxy_logon see Access Grid 13 Toolkit Public License (AGTPL): 13 14 14 15 http://www-unix.mcs.anl.gov/fl/research/accessgrid/about/license.html
Note: See TracChangeset
for help on using the changeset viewer.