Commit e1d9a15
Include tox.ini in the sdist; fix stale MANIFEST and tox references
The source distribution was missing tox.ini, making downstream testing
harder (#43). Add it to MANIFEST.in.
While here, fix two stale references that worked against the same goal:
- MANIFEST.in pointed at a root-level test_httpbin.py that no longer exists
(tests moved to tests/); replace it with `recursive-include tests *.py`
so the suite is explicitly shipped instead of relying on auto-discovery.
- tox.ini's envlist still listed py37 and pypy3 (both dropped) and omitted
3.13/3.14; align it with the supported CPython versions so `tox` from the
sdist doesn't fail on unsupported interpreters.
Verified by building the sdist: tox.ini and tests/ are present, and
`tox -l` against the shipped config lists py38..py314.
Closes #43. Supersedes #63.
Co-Authored-By: Mirochill <200482516+Mirochill@users.noreply.github.com>1 parent b782143 commit e1d9a15
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments