Search code examples
Run custom task when call `pip install`...


pythonpipdistutils

Read More
Reliable way to get the "build" directory from within setup.py...


pythonnumpysetuptoolsdistutilssetup.py

Read More
What is the graft command in Python's MANIFEST.in file?...


pythonmanifestdistutilssetup.py

Read More
install_requires based on python version...


pythonsetuptoolsdistutilsdistributeinstall-requires

Read More
invalid command 'npm run build' when running it from setup.py...


pythonsetuptoolssetup.pydistutils

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


pythongccsetuptoolssetup.pydistutils

Read More
Automatically build shared fortran library in setup.py and link it to f2py...


pythonfortranshared-librariesdistutils

Read More
How do you get cimport to work in Cython?...


pythoncythondistutilsstatic-importcimport

Read More
Why can't I include these data files in a Python distribution using distutils?...


pythondistributiondistutilssetup.py

Read More
How to put my Python C-module inside package?...


pythonsetuptoolspython-moduledistutils

Read More
Is it possible to express a platform-specific dependency in setup.py without building platform-speci...


pythonsetuptoolsdistutils

Read More
Python package discovery for entry points subgroups...


pythonpython-3.xpackagesetuptoolsdistutils

Read More
Setuptools not passing arguments for entry_points...


pythonsetuptoolsdistutils

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


pythondebianpackagingdistutilsdebhelper

Read More
Python: copying files group to subdirectories...


pythondirectorysubdirectorydirectory-structuredistutils

Read More
How to generate python code during a build and include those in a python wheel?...


pythonsetuptoolsdistutilspython-wheel

Read More
how to compile multiple files in cython...


pythoncythonsetuptoolsdistutils

Read More
Automatic version number both in setup.py (setuptools) AND source code?...


pythongitversionsetuptoolsdistutils

Read More
"WinError 32" after doing run_setup to find out package metadata...


pythonwindowsdistutils

Read More
How to install python modules on a per project basis, rather than system wide?...


pythondistutils

Read More
What is the most conventional way to integrate C code into a Python library using distutils?...


pythoncpython-3.xsetup.pydistutils

Read More
Cython c++ module, constructor called multiple times...


pythonc++cythondistutilscythonize

Read More
Package only binary compiled .so files of a python library compiled with Cython...


pythoncythonsetuptoolsdistutilssetup.py

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


pythonunit-testingdistutilstox

Read More
TypeError: dist must be a Distribution instance...


pythonsetuptoolsdistutils

Read More
How to rewrite a makefile to distutils.core.Extension...


pythoncythondistutils

Read More
pip ignores dependency_links in setup.py...


pythonpipsetuptoolsdistutilseasy-install

Read More
Why does python setup.py bdist_wheel creates a build folder?...


setuptoolsdistutilspython-packagingpython-wheel

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


pythongoogle-app-engineinstallationpipdistutils

Read More
Can I use an alternative build system for my Python extension module (written in C++)?...


pythondeploymentcmakedistutilspremake

Read More
BackNext