⚡ Solution Summary
- Tests directory was removed in 13.0.0
- Re-added in version 13.0.1
- Ensure to use the latest version for complete source distribution.
### Describe the bug
Up to 12.5.1, the source distribution archive on PyPI included the `tests` directory. However, 13.0.0 no longer features this directory. Having tests in source distribution is quite important for downstream packaging, see: https://packaging.python.org/en/latest/discussions/downstream-packaging/#provide-complete-source-distributions. Could you readd them, please?
### To Reproduce
1. Download `stripe-13.0.0.tar.gz` from https://pypi.org/project/stripe/13.0.0/#files
2. Unpack.
### Expected behavior
`tests` directory.
### Code snippets
```Python
```
### OS
Gentoo Linux
### Language version
n/a
### Library version
13.0.0
### API version
n/a
### Additional context
_No response_
Discussion & Fixes