update upload data
[PyX.git] / setup.cfg
blob9044fbcc7f147899ece0f20b8d5f8dd6e31a8cbe
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 # use setuptools instead of distutils
12 use_setuptools=0
14 [build_ext]
15 # additional include and library directories:
16 #   insert paths to the libkpathsea headers and library, when building
17 #   the pykpathsea extention module and libkpathsea is not installed in
18 #   the default search paths of your compiler and linker
20 # include_dirs=
21 # library_dirs=