Skip to content

Commit

Permalink
fixed typo in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinxu committed Nov 18, 2014
1 parent 6cd26ca commit dbdac95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def run(self):
long_description=open('README.rst').read(),
dependency_links=['git+http://github.com/Theano/Theano.git#egg=Theano'],
install_requires=['numpy>=1.5', 'pyyaml', 'argparse', "Theano"],
script=['bin/pylearn2-plot-monitor', 'bin/pylearn2-print-monitor',
'bin/pylearn2-show-examples', 'bin/pylearn2-show-weights',
'bin/pylearn2-train'],
scripts=['bin/pylearn2-plot-monitor', 'bin/pylearn2-print-monitor',
'bin/pylearn2-show-examples', 'bin/pylearn2-show-weights',
'bin/pylearn2-train'],
package_data={
'': ['*.cu', '*.cuh', '*.h'],
},
Expand Down

0 comments on commit dbdac95

Please sign in to comment.