Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Python console_scripts with multi level module

python setuptools

How to clean up xxx.egg-info and build folders after building a wheel package using setup.cfg

Where does py_modules go in pyproject.toml (setuptools)

What is setuptool's alternative to (the deprecated) distutils `strtobool`?

What is the replacement for distutils.util.get_platform()?

Using setuptools to create a package -- change of the case of some directories

Does description-file in setup.cfg, section "metadata" have any effect?

python setuptools pypi

Why does python setup.py bdist_wheel creates a build folder?

Create python development environment (virtualenv) using setup.py

Can't create virtualenv using Python 3.2. Whodunnit? Pip or setuptools or Python 2.7?

Why is setuptools not available in environment Ubuntu docker image with Python & dev tools installed?

Building a package with generated Python files

Where does setuptools find the version of a package?

python release setuptools

How to migrate from a simple Python project : requirements.txt setup.py (setuptools), to a uv project

python setup.py test unable to fine tests when using pytest