Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

How to get the actual command that the Distutils compile() function uses?

python distutils

What are the packages in a setup.py?

python package distutils

How to make setup.py install multiple top-level packages?

Change output filename in setup.py (distutils.extension)

How to fix "Distutils was imported before Setuptools" when opening a .ipynb file?

Make distutils place compiled extensions in the right folder

python distutils

What if setuptools isn't installed?

Saving the installation log generated from setup.py

python distutils setup.py

Format of name of a Python package with setuptools

How can I create a Python wheel for a specific set of python versions? py2.py3-none-any.whl is too broad

python pip distutils pypi

What is the relationship between setup(name) and Extension(name)

python distutils

Including logging.conf in setup.py?

How to provide C++ version when extending python

python c++ distutils

Python 3.10 deprecation warning for distutils [duplicate]

How to do an incremental build with distutils in python 2.7?

Calling a cython library with multiple pyx files through c++

Distutils: build multiple Python extension modules (written in Swig) that share a method

python c++ swig distutils

How can I make setuptools install a package from another source that's also available on pypi with the same version number?

How do I write a setup.py for a twistd/twisted plugin that works with setuptools, distribute, etc?