Skip to content

Commit

Permalink
Merge pull request #27 from phobson/add-test-img
Browse files Browse the repository at this point in the history
Add test images
  • Loading branch information
phobson committed Jan 24, 2016
2 parents feb6171 + 5dbc9ff commit 9158d7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Empty file.
Empty file.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
'Programming Language :: Python :: 3.5',
]
INSTALL_REQUIRES = ['numpy', 'scipy', 'matplotlib']
PACKAGE_DATA = {}
PACKAGE_DATA = {
'paramnormal.tests.baseline_images.test_activity': ['*png'],
}
DATA_FILES = []


Expand All @@ -51,4 +53,5 @@
platforms=PLATFORMS,
classifiers=CLASSIFIERS,
install_requires=INSTALL_REQUIRES,
zip_safe=False
)

0 comments on commit 9158d7b

Please sign in to comment.