Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How to include header file in Cython correctly (setup.py)?

cython setuptools

Accessing python egg's own metadata

python setup.py develop not updating easy_install.pth

python setuptools

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

python setuptools distutils

How to trigger post-build using setuptools/distutils

"unrecognized .svn/entries format" using buildout

pyinstaller ImportError: No module named pkg_resources

What's the purpose of version in "Programming Language" classifier of setuptools?

python pip 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?