forked from Besler/ITKBoneEnhancement
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ | |
|
||
setup( | ||
name='itk-boneenhancement', | ||
version='0.3.0', | ||
version='0.3.1', | ||
author='Bryce A. Besler', | ||
author_email='[email protected]', | ||
packages=['itk'], | ||
package_dir={'itk': 'itk'}, | ||
download_url=r'https://github.com/Besler/ITKBoneEnhancement', | ||
description=r'This module is empty. It is a template that is a starting point for a module with actual content.', | ||
download_url=r'https://github.com/InsightSoftwareConsortium/ITKBoneEnhancement', | ||
description=r'Various filters for enhancing cortical bones in quantitative computed tomography.', | ||
long_description='ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.', | ||
classifiers=[ | ||
"License :: OSI Approved :: Apache Software License", | ||
|