Skip to content

Commit e83e7a8

Browse files
committed
include package data
1 parent 2db5b14 commit e83e7a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytest_notebook/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.0"
5+
__version__ = "0.5.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
long_description_content_type="text/markdown",
1919
packages=find_packages(),
2020
python_requires=">=3.5",
21+
include_package_data=True,
2122
install_requires=[
2223
"pytest>=3.5.0",
2324
"attrs",

0 commit comments

Comments
 (0)