Tommaso Baiocchi

Results 7 comments of Tommaso Baiocchi

Hi @DevPatel-11 and @AyushYadav256! Thanks for your interest in fixing this issue! I agree that **@DevPatel-11 should have priority** since they commented first. @DevPatel-11 - please coordinate with the maintainers...

@DevPatel-11 Thanks for the concrete proposal! You're right that using `.get(80, -1)` would make the behavior consistent, but I'm concerned about a few architectural issues: ## Current Inconsistency: - `compress(80)`...

@DevPatel-11 Let's wait for maintainer feedback on the preferred approach. They usually monitor new issues and will provide guidance when available.

I can fix this with a minimal PR! The issue is that `package_data` in setup.py looks for files inside the package directory (`src/requests/`), but LICENSE and NOTICE are in the...

@radoering Thanks for the correction and for creating #7046! You're right - the files need to go in the dist-info directory, not the package itself. I'll follow your PR to...