Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Distributing a shared library and some C code with a Cython extension module

python cython distutils

Python distutils, how to get a compiler that is going to be used?

Speeding up build process with distutils

c++ python distutils

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

Execute a Python script post install using distutils / setuptools

How do I use data in package_data from source code?

How can I run a Makefile in setup.py?

python distutils

Using Cython To Link Python To A Shared Library

python c linker cython distutils

Is it possible to include subdirectories using dist utils (setup.py) as part of package data?

Is it possible to express a platform-specific dependency in setup.py without building platform-specific versions of my egg?

python setuptools distutils

Python: How to force overwriting of files when using setup.py install (distutil)

How to extend distutils with a simple post install script?

python distutils

Optional dependencies in distutils / pip

python distutils pip

How do I point easy_install to vcvarsall.bat?

Make distutils look for numpy header files in the correct place

python numpy distutils cython

make distutils in Python automatically find packages

python distutils setup.py

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

install_requires based on python version

setup.py: renaming src package to project name

python python-2.7 distutils

Managing resources in a Python project