Skip to content

Commit cc57a0c

Browse files
fonnesbeckspringcoil
authored andcommitted
Removed doc from packages list (#1634)
1 parent 4079f6e commit cc57a0c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

setup.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@
4747
license=LICENSE,
4848
url=URL,
4949
long_description=LONG_DESCRIPTION,
50-
packages=['pymc3', 'pymc3.distributions',
51-
'pymc3.step_methods', 'pymc3.tuning',
52-
'pymc3.tests', 'pymc3.glm', 'pymc3.examples',
53-
'pymc3.backends', 'pymc3.variational', 'docs', '.'],
50+
packages=['pymc3',
51+
'pymc3.backends',
52+
'pymc3.distributions',
53+
'pymc3.examples',
54+
'pymc3.glm',
55+
'pymc3.step_methods',
56+
'pymc3.tuning',
57+
'pymc3.tests',
58+
'pymc3.variational'],
5459
classifiers=classifiers,
5560
install_requires=install_reqs,
5661
tests_require=test_reqs,

0 commit comments

Comments
 (0)