Skip to content

Commit

Permalink
Trying to fix doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Feb 25, 2015
1 parent 1db821d commit e1517f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ def readme():
'corpustools.mutualinfo',
'corpustools.phonoprob',
'corpustools.command_line'],
#install_requires=[
# 'pillow'
#],
install_requires=[
'numpy',
'scipy'
],
entry_points = {
'console_scripts': ['pct=corpustools.command_line.pct:main',
'pct_corpus=corpustools.command_line.pct_corpus:main',
Expand Down

0 comments on commit e1517f4

Please sign in to comment.