We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d13c03 commit a90c944Copy full SHA for a90c944
MANIFEST.in
@@ -1,5 +1,6 @@
1
recursive-include pymc3/examples/data *
2
recursive-include source *
3
+recursive-include docs *
4
include requirements.txt
5
include *.md *.rst
-
6
+include scripts/*.sh
setup.py
@@ -60,10 +60,9 @@
60
'pymc3.variational',
61
'pymc3.external',
62
'pymc3.gp',
63
- 'pymc3.plots',
64
- 'docs',
65
- '.',
+ 'pymc3.plots'
66
],
+ package_data={'docs':['*'],},
67
classifiers=classifiers,
68
install_requires=install_reqs,
69
tests_require=test_reqs,
0 commit comments