reduce length of pattern lines by one order of magnitude to prevent problems with...
[PyX/mjg.git] / setup.cfg
blob9086d398f4567c360003e0586ae7f12ffa4d18da
1 [PyX]
2 # In this section you can specify which c extension modules should be built
4 # C extension module for fast t1font decoding and encoding
5 build_t1code=0
7 # Python bindings for the kpathsea library. You need the kpathsea header
8 # and library and you may need to specify their location below.
9 build_pykpathsea=0
11 [build_ext]
12 # additional include and library directories:
13 #   insert paths to the libkpathsea headers and library, when building
14 #   the pykpathsea extention module and libkpathsea is not installed in
15 #   the default search paths of your compiler and linker
17 # include_dirs=
18 # library_dirs=