Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg_security/setup.cfg@5726
Revision 5726,
424 bytes
checked in by pjkersha, 11 years ago
(diff) |
Preparing 1.1.0 release: updated release candidate #
|
Line | |
---|
1 | # Configuration file for egg install - allow setting of specific OpenSSL location |
---|
2 | # for M2Crypto build |
---|
3 | # |
---|
4 | # NERC Data Grid Project |
---|
5 | # |
---|
6 | # P J Kershaw 27/10/06 |
---|
7 | # |
---|
8 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
9 | # |
---|
10 | # BSD - See LICENCE file for details |
---|
11 | [EasyInstall] |
---|
12 | |
---|
13 | [build_ext] |
---|
14 | include_dirs: /usr/local/NDG/include |
---|
15 | library_dirs: /usr/local/NDG/lib |
---|
16 | |
---|
17 | [install] |
---|
18 | |
---|
19 | [egg_info] |
---|
20 | tag_build = rc1 |
---|
21 | tag_svn_revision = true |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.