Skip to content

Commit

Permalink
Merge pull request #80 from InsightSoftwareConsortium/update_module_t…
Browse files Browse the repository at this point in the history
…emplate

COMP: Update CI from ITKTemplateModule
  • Loading branch information
phcerdan authored May 28, 2018
2 parents 95b28ab + be75b56 commit 75a291d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ script:
- chmod u+x macpython-download-cache-and-build-module-wheels.sh
- ./macpython-download-cache-and-build-module-wheels.sh
- tar -zcvf dist.tar.gz dist/
- curl -F file="@dist.tar.gz" https://filebin.ca/upload.php
- curl -F file="@dist.tar.gz" https://file.io
14 changes: 0 additions & 14 deletions circle.yml

This file was deleted.

2 changes: 2 additions & 0 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ itk_module(IsotropicWavelets
ITKTestKernel
ITKVtkGlue
EXCLUDE_FROM_DEFAULT
ENABLE_SHARED
DESCRIPTION
"${DOCUMENTATION}"
)
Expand All @@ -31,6 +32,7 @@ itk_module(IsotropicWavelets
TEST_DEPENDS
ITKTestKernel
EXCLUDE_FROM_DEFAULT
ENABLE_SHARED
DESCRIPTION
"${DOCUMENTATION}"
)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author_email='pablo.hernandez.cerdan@outlook.com',
packages=['itk'],
package_dir={'itk': 'itk'},
download_url=r'https://github.com/phcerdan/ITKIsotropicWavelets',
download_url=r'https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets',
description=r'Steerable Wavelet Pyramid with Isotropic Wavelets and Riesz Functions',
long_description='ITKIsotropicWavelets provides a multiresolution analysis'
'(MRA) framework using isotropic and steerable wavelets in the frequency'
Expand Down Expand Up @@ -51,7 +51,7 @@
],
license='Apache',
keywords='ITK InsightToolkit Wavelet Pyramid Steerable Riesz',
url=r'https://github.com/phcerdan/ITKIsotropicWavelets',
url=r'https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets',
install_requires=[
r'itk'
]
Expand Down

0 comments on commit 75a291d

Please sign in to comment.