mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Include tests in sdist
This commit is contained in:
parent
30160985c1
commit
462cc166a9
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user