Skip to content

Commit

Permalink
Removed doc from packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Jan 1, 2017
1 parent 581b704 commit d490529
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@
license=LICENSE,
url=URL,
long_description=LONG_DESCRIPTION,
packages=['pymc3', 'pymc3.distributions',
'pymc3.step_methods', 'pymc3.tuning',
'pymc3.tests', 'pymc3.glm', 'pymc3.examples',
'pymc3.backends', 'pymc3.variational', 'docs', '.'],
packages=['pymc3',
'pymc3.backends',
'pymc3.distributions',
'pymc3.examples',
'pymc3.glm',
'pymc3.step_methods',
'pymc3.tuning',
'pymc3.tests',
'pymc3.variational'],
classifiers=classifiers,
install_requires=install_reqs,
tests_require=test_reqs,
Expand Down

0 comments on commit d490529

Please sign in to comment.