New posts in distutils

distutils: How to pass a user defined parameter to setup.py?

pip ignores dependency_links in setup.py

How do I run tox in a project that has no setup.py?

How to copy directory recursively in python and overwrite all?

Is there a standard way to create Debian packages for distributing Python programs?

MANIFEST.in ignored on "python setup.py install" - no data files installed?

How may I override the compiler (GCC) flags that setup.py uses by default?

how to install python distutils

Combine --user with --prefix error with setup.py install

How can I bundle other files when using cx_freeze?

pypi UserWarning: Unknown distribution option: 'install_requires'

How do I point easy_install to vcvarsall.bat?

Compiling with cython and mingw produces gcc: error: unrecognized command line option '-mno-cygwin'

DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both

pip cannot uninstall <package>: "It is a distutils installed project"

How to use MinGW's gcc compiler when installing Python package using Pip?

How to include package data with setuptools/distutils?

How can I make setuptools install a package that's not on PyPI?

setuptools vs. distutils: why is distutils still a thing?

Collapse multiple submodules to one Cython extension