Skip to content

Commit 605dccf

Browse files
authored
Merge pull request #67 from psf/sdist-tox-ini
Include tox.ini in the sdist
2 parents b782143 + e1d9a15 commit 605dccf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
include README.md LICENSE.ISC LICENSE.MIT AUTHORS test_httpbin.py
1+
include README.md LICENSE.ISC LICENSE.MIT AUTHORS tox.ini
2+
recursive-include tests *.py
23
recursive-include httpbin/templates *
34
recursive-include httpbin/static *

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,py39,py310,py311,py312,pypy3
2+
envlist = py38,py39,py310,py311,py312,py313,py314
33

44
[testenv]
55
extras = test

0 commit comments

Comments
 (0)