Run custom task when call `pip install`...
Read MoreReliable way to get the "build" directory from within setup.py...
Read MoreWhat is the graft command in Python's MANIFEST.in file?...
Read Moreinstall_requires based on python version...
Read Moreinvalid command 'npm run build' when running it from setup.py...
Read MoreHow may I override the compiler (GCC) flags that setup.py uses by default?...
Read MoreAutomatically build shared fortran library in setup.py and link it to f2py...
Read MoreHow do you get cimport to work in Cython?...
Read MoreWhy can't I include these data files in a Python distribution using distutils?...
Read MoreHow to put my Python C-module inside package?...
Read MoreIs it possible to express a platform-specific dependency in setup.py without building platform-speci...
Read MorePython package discovery for entry points subgroups...
Read MoreSetuptools not passing arguments for entry_points...
Read MoreIs there a standard way to create Debian packages for distributing Python programs?...
Read MorePython: copying files group to subdirectories...
Read MoreHow to generate python code during a build and include those in a python wheel?...
Read Morehow to compile multiple files in cython...
Read MoreAutomatic version number both in setup.py (setuptools) AND source code?...
Read More"WinError 32" after doing run_setup to find out package metadata...
Read MoreHow to install python modules on a per project basis, rather than system wide?...
Read MoreWhat is the most conventional way to integrate C code into a Python library using distutils?...
Read MoreCython c++ module, constructor called multiple times...
Read MorePackage only binary compiled .so files of a python library compiled with Cython...
Read MoreHow do I run tox in a project that has no setup.py?...
Read MoreTypeError: dist must be a Distribution instance...
Read MoreHow to rewrite a makefile to distutils.core.Extension...
Read Morepip ignores dependency_links in setup.py...
Read MoreWhy does python setup.py bdist_wheel creates a build folder?...
Read MoreDistutilsOptionError: must supply either home or prefix/exec-prefix -- not both...
Read MoreCan I use an alternative build system for my Python extension module (written in C++)?...
Read More