Include tests in the sdist tarball on pypi

This is used by distributors to validate the sanity of their python stack.
This commit is contained in:
Tomáš Chvátal 2019-09-09 16:28:41 +02:00 committed by GitHub
parent e87bba0224
commit b707f42d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ include setup.cfg
include requirements-dev.txt
include tox.ini
include doc/*
recursive-include tests *.py
global-exclude *.py[cod]