Skip to content

Commit

Permalink
Fixing ReadTheDocs autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
akusok committed Jan 21, 2016
1 parent f30a3ba commit 476a4d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
# sphinx-apidoc -f -o docs hpelm

setup(name='hpelm',
version='1.0.1',
version='1.0.2',
description='High-Performance implementation of an Extreme Learning Machine',
long_description=readme(),
classifiers=[
Expand All @@ -40,8 +40,7 @@ def readme():
install_requires=[
'numpy',
'scipy>=0.12',
'tables',
'cython'
'tables'
],
scripts=['bin/elm_naive.py'],
test_suite='nose.collector',
Expand Down

0 comments on commit 476a4d8

Please sign in to comment.