Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License"
]
include = ["resources/**/*"]

[tool.poetry.dependencies]
python = "^3.8.1"
Expand All @@ -38,7 +37,7 @@ syrupy = ">=4.0.0"
jinja2 = ">=3.0.0"

[tool.poetry.plugins."pytest11"]
"textual-snapshot" = "pytest_textual_snapshot"
"textual-snapshot" = "pytest_textual_snapshot.plugin"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Empty file.
File renamed without changes.