Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer

python pip setuptools

Different python packages with the same top level name [duplicate]

`python -m ensurepip --upgrade` does not seem to be upgrading pip and setuptools

How to change build directory in setuptools

python setuptools

how to exclude "tests" folder from the wheel of a pyproject.toml managed lib?

What is the best replacement for python setup.py install when Cython needs to be compiled?

python cython setuptools