Skip to content

Commit

Permalink
install the rest of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjonas committed Jul 26, 2015
1 parent b5aa97b commit 6274b7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:

# Run test
script:
- nosetests
- nosetests tests/

addons:
apt:
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
name='pybm3d',
ext_modules=ext_modules,

version='1.0',
description='Python wrapper around BM3d',
author='Eric Jonas',
author_email='[email protected]',
url='https://github.com/ericmjonas/pybm3d',
packages=['pybm3d']
)

0 comments on commit 6274b7a

Please sign in to comment.