Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Removing old egg-info files on Python package setup

How does setuptools decide which files to keep for sdist/bdist?

python setuptools distutils

How to trigger post-build using setuptools/distutils

How do I get setup.py test to use a specific fortran compiler?

How do i run the python 'sdist' command from within a python automated script without using subprocess?

How do I specify the default install path of an msi in cx_freeze and distutils?

python distutils cx-freeze

Translate F2PY compile steps into setup.py

distutils gfortran f2py

cython - distutils vs cmake: linking against libpython?

python cmake cython distutils

Install package which has setup_requires from local source distributions

Force `sdist` to create .zip archive even on Linux

python distutils sdist

How to get the path of the Python library from within Python

python swig distutils

How to use a different C++ compiler in Cython?

Where are 'package data' files?

Will Distribute be outdated when new packaging comes with Python 3.3?

Installing Python binary modules to a custom location in Windows

Distutils can't find Python.h

How to put my Python C-module inside package?

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

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

Cython compilation appends text to filename, how to get rid of it?