setuptools icon indicating copy to clipboard operation
setuptools copied to clipboard

Official project repository for the Setuptools build system

Results 248 setuptools issues
Sort by recently updated
recently updated
newest added

### setuptools version `>=40.8.1` ### Python version 3.11 ### OS ubuntu ### Additional environment information Run in the github action ### Description When building a wheel using github actions, my...

Waiting User Feedback

### setuptools version setuptools==69.1.1 ### Python version Python 3.11 ### OS Fedoa Workstation 39 ### Additional environment information _No response_ ### Description I've a custom setuptools extension, which tries to...

help wanted
documentation

### setuptools version 69.0.3 ### Python version 3.12 ### OS Windows ### Additional environment information _No response_ ### Description Using cffi to generate a wrapper for libcurl. On Windows, cffi...

bug
Needs Triage

### What's the problem this feature will solve? When compiling `clib` extensions on Windows, sometimes the path length limit is hit, which causes compilation to fail. \(This is, of course,...

enhancement
Needs Triage

### Description I am starting to observe broken editable installs since past week. Specifically, editable install now creates a `__editable__..pth` and `__editable____finder.py` files. These paths are returned as part of...

Needs Repro
Waiting User Feedback

### What's the problem this feature will solve? Some time ago we approved [PEP 643](https://www.python.org/dev/peps/pep-0643/#backwards-compatibility), and I intended to implement it... eventually, but it's been a long time and this...

enhancement
help wanted
major
Needs Implementation

### setuptools version 65.1.1 ### Python version 3.10.8 ### OS Arch Linux ### Additional environment information I have noticed this issue several times already when trying to apply patches for...

enhancement
upstream

The `build` project now has a `--config-setting` flag to pass options to the backend: ``` $ python -m build --help usage: python -m build [-h] [--version] [--sdist] [--wheel] [--outdir dir]...

### Discussed in https://github.com/pypa/setuptools/discussions/4197 See the discussion - it has several references to people having this issue (including an upvoted stackoverflow question that has the old api: `python setup.py sdist`)...

### What's the problem this feature will solve? It would make it possible to keep the package description in sync with the package docstring. ### Describe the solution you'd like...

enhancement
help wanted