Skip to content

Commit cc11c74

Browse files
committed
Another attempt to fix setup.py. Error is: error: can't copy 'pymc3/examples/data/pmf-map-d5': doesn't exist or not a regular file.
1 parent 19913f7 commit cc11c74

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
@@ -46,7 +46,7 @@
4646
'pymc3.step_methods', 'pymc3.tuning',
4747
'pymc3.tests', 'pymc3.glm', 'pymc3.examples',
4848
'pymc3.backends'],
49-
package_data = {'pymc3.examples': ['data/*', 'data/pmf-map-d5/*']},
49+
package_data = {'pymc3.examples': ['data/*.*']},
5050
classifiers=classifiers,
5151
install_requires=install_reqs,
5252
tests_require=test_reqs,

0 commit comments

Comments
 (0)