-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
bugSomething is brokenSomething is brokenhelp wantedSomebody help us, please!Somebody help us, please!reproducer: presentThis PR or issue contains code, which reproduce the problem described or clearly understandable STRThis PR or issue contains code, which reproduce the problem described or clearly understandable STR
Description
β I'm submitting a ...
- π bug report
- π£ feature request
- β question about the decisions made in the repository
π Describe the bug. What is the current behavior?
The 11.1.0 wheels include a top-level docs package.
β What is the motivation / use case for changing the behavior?
docs package is installed outside the package's namespace.
π‘ To Reproduce
Steps to reproduce the behavior:
pip install cheroot- You get
site-packages/docs.
π‘ Expected behavior
No docs in site-packages.
π Details
$ unzip -l /tmp/cheroot-11.1.0-py3-none-any.whl | grep docs
6581 11-03-2025 00:32 docs/conf.py
540 11-03-2025 00:32 docs/devguide.rst
493 11-03-2025 00:32 docs/history.rst
620 11-03-2025 00:32 docs/index.rst
2518 11-03-2025 00:32 docs/spelling_stub_ext.py
700 11-03-2025 00:32 docs/spelling_wordlist.txt
2274 11-03-2025 00:32 docs/_templates/python_2_eol.html
395 11-03-2025 00:32 docs/changelog-fragments.d/.gitignore
2493 11-03-2025 00:32 docs/changelog-fragments.d/.towncrier-template.rst.j2
5012 11-03-2025 00:32 docs/changelog-fragments.d/README.rst
3660 11-03-2025 00:32 docs/contributing/guidelines.rst
3070 11-03-2025 00:32 docs/contributing/release_guide.rst
14 11-03-2025 00:32 docs/pkg/.gitignore
π Environment
- Cheroot version: 11.1.0
- CherryPy version: n/a
- Python version: all
- OS: all
- Browser: all
π Additional context
n/a
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is brokenhelp wantedSomebody help us, please!Somebody help us, please!reproducer: presentThis PR or issue contains code, which reproduce the problem described or clearly understandable STRThis PR or issue contains code, which reproduce the problem described or clearly understandable STR