Skip to content

Commit 9158d7b

Browse files
committed
Merge pull request #27 from phobson/add-test-img
Add test images
2 parents feb6171 + 5dbc9ff commit 9158d7b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

paramnormal/tests/baseline_images/__init__.py

Whitespace-only changes.

paramnormal/tests/baseline_images/test_activity/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
'Programming Language :: Python :: 3.5',
3131
]
3232
INSTALL_REQUIRES = ['numpy', 'scipy', 'matplotlib']
33-
PACKAGE_DATA = {}
33+
PACKAGE_DATA = {
34+
'paramnormal.tests.baseline_images.test_activity': ['*png'],
35+
}
3436
DATA_FILES = []
3537

3638

@@ -51,4 +53,5 @@
5153
platforms=PLATFORMS,
5254
classifiers=CLASSIFIERS,
5355
install_requires=INSTALL_REQUIRES,
56+
zip_safe=False
5457
)

0 commit comments

Comments
 (0)