- extract_args() handles missing args.
- pkg-config -L, -l and -I flags are extracted and put in modules' library_dirs, libraries and include_dirs respectively.
- Use Cython's cythonize() instead of deprecated build_ext.
- Python 3 unicode fix.
- Defaults section extra fields are now merged in module dicts.
- Unrecognized fields are also included in
parse_setup_cfg()
's module dicts.
- First public release.