Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How do I make "setup.py bdist_egg" to ignore specific source files?

python setuptools

How to add GDAL as a dependency to a Python package

python pip setuptools gdal

"Could not find a version that satisfies the requirement" error for Django2 app installation

Is zip_safe only relevant for the egg format?

python setuptools egg

Install two python modules with same name

ImportError on subpackage when running setup.py test

python setuptools distutils

Install local extras in Python

setuptools download cache path

python setuptools

How to specify Python requirements by allowing prereleases?

pip editable install on read-only filesystem

How to create nested namespace packages for setuptools distribution

setup.py ignores full path dependencies, instead looks for "best match" in pypi

python pip setuptools setup.py

Install transitive bitbucket dependencies via pip

How to tell pip to install test dependencies?

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