setuptools
                                
                                
                                
                                    setuptools copied to clipboard
                            
                            
                            
                        Official project repository for the Setuptools build system
### setuptools version setuptools==69.0.2 ### Python version Python 3.12 ### OS openSUSE Tumbleweed ### Additional environment information _No response_ ### Description While trying to install setuptools itself, we fail due...
### setuptools version setuptools==69.0.3 ### Python version Python 3.9 ### OS Mac OS 14.2.1 ### Additional environment information pip==23.3.2 ### Description try to install using: pip install -e . but...
### setuptools version current ### Python version 3.11 ### OS linux ### Additional environment information _No response_ ### Description migrating setuptools_scm to a better config setup, i misstyed the attr...
### setuptools version 57.0.1.dev3+ga5131f0b.post.20210528a ### Python version cpython 3.9 ### OS Ubuntu 21.04 ### Additional environment information _No response_ ### Description ``` [options.packages.find] exclude = arpeggio.tests ``` doesn't work. In...
### setuptools version setuptools 69.0.3 ### Python version 3.10.12 ### OS Ubuntu ### Additional environment information Applies to both src/ and flat layout ### Description I was trying to identify...
### setuptools version setuptools===69.0.0 ### Python version Python 3.8.10 ### OS Ubuntu 20.04 in WSL ### Additional environment information _No response_ ### Description We are building test packages for branches...
With the release of Python 3.12 without distutils in the stdlib, it's now a good time to consider dropping support for `import distutils` and all reliance of distutils from the...
The repository do not have a CHANGE or CHANGELOG file. I am aware that your HTML generated docu does have a CHANGELOG section. I would suggest to create a CHANGELOG...
Libraries that implement a client to an HTTP backend often provide multiple implementations such as for `tornado`, `aiohttp` or `requests`. Each implementation comes with its own dependencies. User usually needs...
### Summary I'm migrating https://github.com/pypa/packaging.python.org/issues/989 since the relevant document has moved here with #4108. Posted by @shi-yan: """ this is a poor document regarding manifest.in usage. https://packaging.python.org/guides/using-manifest-in/ for example it...