Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Building a ctypes-"based" C library with distutils

python ctypes distutils

How to include third party Python packages in Sublime Text 2 plugins

MANIFEST.in, package_data, and data_files clarification?

python setuptools distutils

Finding a file in a Python module distribution [duplicate]

python distutils

How can I add post-install scripts to easy_install / setuptools / distutils?

python setuptools distutils

How to overwrite pypi package when doing upload from command line?

distutils pypi distutils2

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?