diff --git a/.travis.yml b/.travis.yml index 103a58f..28922c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: # Run test script: - - nosetests + - nosetests tests/ addons: apt: diff --git a/setup.py b/setup.py index 9ed31f7..7e97685 100644 --- a/setup.py +++ b/setup.py @@ -21,4 +21,10 @@ name='pybm3d', ext_modules=ext_modules, + version='1.0', + description='Python wrapper around BM3d', + author='Eric Jonas', + author_email='jonas@ericjonas.com', + url='https://github.com/ericmjonas/pybm3d', + packages=['pybm3d'] )