Dealing with dylibs when distributing python packages...
Read MoreHow to get the path of the Python library from within Python...
Read Moresetup.py not installing data files...
Read Moreyaml file not getting copied when installing from setup.py...
Read MorePython3 shared extension doesn't link against library dependency...
Read MorePython distutils - copy_tree with filter...
Read MoreCompiling an optional cython extension only when possible in setup.py...
Read Morepip 10 and apt: how to avoid "Cannot uninstall X" errors for distutils packages...
Read MoreRunning Cython install generates unwanted files...
Read More"error: no commands supplied" when using distutils.core...
Read MoreWhat is the correct way to distribute "bin" and "tests" directories for a Python...
Read Moredistutils.dir_util.copy_tree() aborted on broken symlinks contained in src dir...
Read MoreLD_LIBRARY_PATH in Conda environment...
Read MoreSetuptools how to package just some modules and files...
Read MoreInstalling my sdist from PyPI puts the files in unexpected places...
Read Morepython - setup.py copy file to certain location...
Read MoreHow to use setup.py to install a python application...
Read Moresetup_requires only for some commands...
Read MoreImportError: undefined symbol when importing swigged c++-class in python...
Read MoreRepackage a modified library originally installed through pip...
Read Moresetup.py: what is a difference between entry points and cmdclass?...
Read MoreIs it possible to require PyQt from setuptools setup.py?...
Read MoreWhat does distutils do with the "requires" metadata?...
Read Moresetup.py: run build_ext before anything else...
Read MoreWhat is the difference between distutils.util.split_quoted and shlex.split...
Read MoreSpeeding up build process with distutils...
Read MoreIn python setup.py, how can I allow a user to install my module's files without doing a build fi...
Read MoreDirectly call distutils' or setuptools' setup() function with command name/options, without ...
Read MoreError when trying to cross-compile SWIG Python extension for mingw32 using distutils...
Read MorePublishing cython sources for linux and windows users...
Read More