python distutils not include the SWIG generated module...
Read MoreWhat are valid values for platforms in python setup.py?...
Read MoreShould PYTHONPATH include ./build/*?...
Read MoreHow to compile *.po gettext translations in setup.py python script...
Read MoreWhy does setup.py sweeps the content of the namespace before installing?...
Read Moredistutils: how to include test files in source distribution and not in build?...
Read MoreAccessing data files before and after distutils/setuptools...
Read MoreHow should I configure BitBake to cross compile my python module?...
Read MoreProblems with SWIG, mingw32, distutils...
Read Morepython setup.py install, out of memory in virtualenv...
Read MoreHow to use a cython definition file (pxd) without making it an extension ?...
Read MoreFormat of name of a Python package with setuptools...
Read Morecython build via setup.py does wrong thing (putting all .so files in extra src dir)...
Read MoreHow to override python's distutils gcc linker with icc?...
Read MoreHow can I run a Makefile in setup.py?...
Read MoreCython, remove numpy dependency in setup.py...
Read MorePybuilder - Non-python files are not packaged...
Read MoreWhat's distutils' equivalent of setuptools' `find_packages`? (python)...
Read MoreAre there any disadvantages in using a Makefile.am over setup.py?...
Read MorePython / C++ binding, how to link agains static c++ library (portaudio) with distutils?...
Read Morepython distutils does not include data_files...
Read MoreGet the commands distutils passes to the compiler...
Read MorePython does not consider distutils.cfg...
Read Moredistutils "not a regular file --skipped"...
Read MoreHow should setup.py and requirements.txt be used by app developers?...
Read MorePython: pip installs sub-packages in root dir...
Read MoreRun 'python setup.py test' without running build_ext?...
Read Moreaccess the user's activated virtual environment from within setup.py when they pip install your ...
Read MorePrinting compiler and linker commands when building C Extension with distutils...
Read More