Skip to content

Commit ce8b97d

Browse files
committed
add screenshot to manifest
1 parent 8d4f905 commit ce8b97d

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include README.rst
3+
include pytest-notebook-screenshot.png
34

45
recursive-exclude * __pycache__
56
recursive-exclude * *.py[co]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
A [pytest](https://github.com/pytest-dev/pytest) plugin for regression testing and regenerating [Jupyter Notebooks](https://jupyter.org/).
1111

12-
![Example Test](docs/source/_static/pytest-notebook-screenshot.png)
12+
![Example Test](pytest-notebook-screenshot.png)
1313

1414
------------------------------------------------------------------------
1515

pytest-notebook-screenshot.png

144 KB
Loading

pytest_notebook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
33
A pytest plugin for testing Jupyter Notebooks.
44
"""
5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)