Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Don't touch my shebang

python distutils virtualenv

Distribute a Python package with a compiled dynamic shared library

Python distutils error: "[directory]... doesn't exist or not a regular file"

python distutils

setup.py not installing data files

python python-2.7 distutils

Custom distutils commands

python deployment distutils

Confused about the package_dir and packages settings in setup.py

python 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