I'm writing a Python package to be distributed and installed via PyPi.org. There are plenty of examples out there, but I can't get my mind wrapped around the pr
It's not completely clear to me, what is the status of setup.cfg. I am looking for solutions for my other question about PEP 508 environment markers, and I beca
If I have built a python package employing distutils.core, e.g. via setup( ext_package="foo", author="me", version="1.0", description="foo pack
When using setuptools/distutils to build C libraries in Python $ python setup.py build the *.so/*.pyd files are placed in build/lib.win32-2.7 (or equivalent)