Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

numpy distutils -- Try to compile something and set flags if you fail

python numpy distutils

How to install python binding of a C++ library

How to run a script when a user uninstalls my package with pip?

python bdist_rpm not using install_requires?

Custom post install script not running with pip

Distributing pre-built libraries with python modules

python distutils

Setuptools / distutils: Installing files into the distribution's DLLs directory on Windows

Python's setup.py: how to install different files for different platforms

Running `chmod` after installing a package using `setup.py`

How can one compile CoffeeScript during the build phase of a Python packages' distutils installation?

Providing pytz version in setup.py requirements

python distutils setup.py pytz

Embed git hash into python file when installing

python git distutils

How to Install pre-requisites with setup.py

python distutils setup.py

Matplotlib in py2exe — ImportError: cannot import name dist (File "distutils\__init__.pyc")

python - setup.py copy file to certain location

python distutils setup.py

How to require and install a package using python 3.x distutils?

python python-3.x distutils

Python3 shared extension doesn't link against library dependency

python setup.py distutils

Can Python's distutils compile .S (assembly)?

python distutils

python setuptools install_requires is ignored when overriding cmdclass

What keyword arguments does setuptools.setup() accept?