Skip to content

Commit dfcc378

Browse files
committed
Merge pull request #3 from fonnesbeck/master
Fixed ImportError for submodules
2 parents e69f1a2 + 9fe1729 commit dfcc378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
license = LICENSE,
3535
url = URL,
3636
long_description = LONG_DESCRIPTION,
37-
packages = ['mcex'],
37+
packages =
38+
['mcex','mcex/distributions','mcex/history','mcex/step_methods'],
3839
classifiers =classifiers,
3940
install_requires=['theano','numpy','scipy','numdifftools'])
4041

0 commit comments

Comments
 (0)