Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Building Python submodules from C++ extensions via cmake

What is the motive behind the redundant entry in both easy-install.pth and *.egg-link?

How to set entry point for console script with multiple command groups for Python Click?

Using environment variables in `pyproject.toml` for versioning

relocation R_X86_64_PC32 against symbol can not be used when making a shared object when fPIC was already used

Can I define a package extra that depends on another extra from the same package?

python setuptools

Why is setup.py executed twice by pip?

python pip setuptools

AssertionError inside of ensure_local_distutils when building a PyInstaller exe using setuptools/distutils

minimal example of an installable python module

Set Python wheel version tag dynamically

How can I copy files from a Python package (site-packages) to a directory?

Overriding Python setuptool's default include_dirs and library_dirs?

python setuptools

Python - setuptools - working on two dependent packages (in a single repo?)

python setuptools pypi

canonicalize_version(version, strip_trailing_zero=False) while doing colcon build

How to import or install pre-built python extension module (C++) (i.e. library not compiled via setuptools)?

How do I get a Python distribution URL?