Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Python Setuptools and PBR - how to create a package release using the git tag as the version?

How to specify external system dependencies to a Python package?

How to easy_install egg plugin and load it without restarting application?

python setuptools egg

Add repository url to install_requires in project's setup.py

python setuptools

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

install pyopencv with pip on Mac OS X

python opencv pip setuptools

Install package which has setup_requires from local source distributions

Using Python setuptools to put Cython-compiled pyd files in their original folders?

python cython setuptools pyd

compile translation files when calling setup.py install

Python: run tests from wheel or sdist

Install header-only library with Python

How do I read project dependencies from pyproject.toml from my setup.py, to avoid duplicating the information in both files?

Global paster command not found in virtualenv

python setuptools paster

How to add a command hook into setuptools setup?

python setuptools compile fortran code and make an entry points

`pip install` with all extras

python pip setuptools

package_dir in setup.py not working as expected

python setuptools setup.py

How to put my Python C-module inside package?

How to include package sub-folders in my project distribution?

How to print warnings and errors when using setuptools (pip)