Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/mnowotka/hebel into mnow…
Browse files Browse the repository at this point in the history
…otka-patch-1
  • Loading branch information
Hannes Bretschneider committed May 22, 2014
2 parents 952f9a9 + 39fd381 commit 7ce0218
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
author='Hannes Bretschneider',
author_email='[email protected]',
license='GPLv2',
packages=['hebel'],
packages=['hebel',
'hebel.models',
'hebel.layers',
'hebel.utils',
'hebel.pycuda_ops'],
install_requires=[
'pycuda',
'numpy',
Expand All @@ -39,4 +43,4 @@
scripts=['train_model.py'],
include_package_data=True,
zip_safe=False
)
)

0 comments on commit 7ce0218

Please sign in to comment.