Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.server/setup.cfg@5362
Revision 5362,
455 bytes
checked in by pjkersha, 11 years ago
(diff) |
Preparing new release for neptune which includes caching of credentials in security filter for improved performance on repeated access requests.
|
Line | |
---|
1 | # |
---|
2 | # Configuration file for egg install - allow setting of specific OpenSSL location |
---|
3 | # for M2Crypto build |
---|
4 | # |
---|
5 | # NERC Data Grid Project |
---|
6 | # |
---|
7 | # P J Kershaw 27/10/06 |
---|
8 | # |
---|
9 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
10 | # |
---|
11 | # This software may be distributed under the terms of the Q Public License, |
---|
12 | # version 1.0 or later. |
---|
13 | [build_ext] |
---|
14 | include_dirs: /usr/local/include |
---|
15 | library_dirs: /usr/local/lib |
---|
16 | |
---|
17 | [egg_info] |
---|
18 | tag_build = rc1 |
---|
19 | tag_svn_revision = true |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.