Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Using git submodules with python

python git setuptools

What if setuptools isn't installed?

Python packaging: build requirements in pyproject.toml VS setup_requires

How to use Numba extension in setup.py?

python setuptools numba

Why does adding an __init__.py change Cython build_ext --inplace behavior?

cython setuptools

Format of name of a Python package with setuptools

"SyntaxError: invalid syntax" while installing Setuptools

python pip setuptools

Why isn't setup.py metadata being used on PyPI?

python setuptools pypi

Building a Python-C-Extension on Windows with a debug Python installation

Equivalent of R packages automation tools in Python

oddities when pip installing a local package with --prefix and -e. Potential bug with importlib.metadata not following .egg-link to .egg-info properly

"UNKNOWN" project name and version number for my own pip-package

Including logging.conf in setup.py?

How to build a cffi extension for inclusion in binary python wheel with uv

python3 -m build ... supply version number via command line argument

Building Python Package with source in different directory

How to execute a (safe) bash shell command within setup.py?

python setuptools nunjucks

Can we replace find_packages with find_namespace_packages in python 3.3 onwards and get rid of the empty init.py files?

Running sonar-scanner from setup.py