Skip to content

Commit b40ad84

Browse files
committed
🩹 convert into Python package
to put `resources` inside the `pytest_textual_snapshot` namespace. To avoid collision with top-level `resources` package. It fixes Textualize#15
1 parent 005ac20 commit b40ad84

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

‎pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Operating System :: OS Independent",
2828
"License :: OSI Approved :: MIT License"
2929
]
30-
include = ["resources/**/*"]
3130

3231
[tool.poetry.dependencies]
3332
python = "^3.8.1"
@@ -38,7 +37,7 @@ syrupy = ">=4.0.0"
3837
jinja2 = ">=3.0.0"
3938

4039
[tool.poetry.plugins."pytest11"]
41-
"textual-snapshot" = "pytest_textual_snapshot"
40+
"textual-snapshot" = "pytest_textual_snapshot.plugin"
4241

4342
[build-system]
4443
requires = ["poetry-core>=1.0.0"]

‎pytest_textual_snapshot/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)