Include tests in sdist

This commit is contained in:
Ethan Paul 2020-10-11 18:25:48 -04:00
parent 30160985c1
commit 462cc166a9
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6

View File

@ -5,7 +5,10 @@ license = "MIT"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
description = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile"
repository = "https://github.com/enpaul/tox-poetry-installer/"
packages = [{include = "tox_poetry_installer.py"}]
packages = [
{include = "tox_poetry_installer.py"},
{include = "tests/*.py", format = "sdist"}
]
keywords = ["tox", "poetry", "plugin"]
readme = "README.md"
classifiers = [