Skip to content

Commit

Permalink
Doc fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Feb 25, 2015
1 parent e1517f4 commit 12ec246
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.py[cod]
*.txt
!requirements.txt
*.corpus
*.feature
.idea/
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nose
sphinx
numpydoc
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def readme():
'corpustools.command_line'],
install_requires=[
'numpy',
'scipy'
'scipy',
#'python-acoustic-similarity'
],
entry_points = {
'console_scripts': ['pct=corpustools.command_line.pct:main',
Expand Down

0 comments on commit 12ec246

Please sign in to comment.