File: setup.cfg

package info (click to toggle)
python-kinterbasdb 3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,044 kB
  • ctags: 1,157
  • sloc: ansic: 6,879; python: 2,517; makefile: 77
file content (62 lines) | stat: -rw-r--r-- 1,980 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
##############################################################################
# Distutils Setup Configuration File for KInterbasDB
##############################################################################

##############################################################################
# KInterbasDB-specific options:
#   (see docs/installation-source.html for instructions)
##############################################################################

[manual_config]
# Typically, these options don't need to be set manually because setup.py will
# try to determine them automatically.

# On Windows, setup.py will try to determine whether the database engine
# against which we're compiling is Firebird 1.0 or later by reading the
# registry.  To force the database into Firebird mode, uncomment this:
#database_is_firebird=1

# Installation directory of the database.  Unless otherwise specified, include
# and lib paths are relative to the database_home_dir.
#database_home_dir=C:/dev/db/firebird151

#database_include_dir=C:/dev/db/firebird151/include
# For IB 5.5:
#database_include_dir=C:/dev/db/ib55/include

#database_lib_dir=C:/dev/db/firebird151/lib
# For IB 5.5:
#database_lib_dir=C:/dev/db/ib55/lib

# Firebird 1.5 will work with the gds library, but its native lib is:
# (on Windows+MSVC|MinGW):
#database_lib_name=fbclient_ms
# (on Linux+GCC with SuperServer architecture):
#database_lib_name=fbclient
# (on Linux+GCC with Classic architecture):
#database_lib_name=fbembed

##############################################################################
# Generic distutils options:
##############################################################################

# Build step:
[build]
# Nothing here at the moment.


# Install step:
[install]
# Compile to .pyc?
compile=1
# Compile to .pyo?
optimize=1


# Source distribution creation:
[sdist]
# Manifest contains list of files to be included in source distro:
manifest=MANIFEST

use_defaults=0
formats=gztar