Skip to content

Commit 5317dd4

Browse files
Chris Fonnesbecktwiecki
Chris Fonnesbeck
authored andcommitted
Added examples data subdirectories to package_data (#1375)
1 parent be6886d commit 5317dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'pymc3.step_methods', 'pymc3.tuning',
5252
'pymc3.tests', 'pymc3.glm', 'pymc3.examples',
5353
'pymc3.backends', 'pymc3.variational', 'docs', '.'],
54-
package_data={'pymc3.examples': ['data/*.*'],
54+
package_data={'pymc3.examples': ['data/*', 'data/*/*'],
5555
'.': ['requirements.txt', '*.md'],
5656
'docs': ['source/*/*', 'source/*/*/*']},
5757
classifiers=classifiers,

0 commit comments

Comments
 (0)