Skip to content

Commit

Permalink
DOC: Add Python package description
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 26, 2020
1 parent e0c078f commit 0ca9446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -13,13 +13,13 @@

setup(
name='itk-boneenhancement',
version='0.3.0',
version='0.3.1',
author='Bryce A. Besler',
author_email='babesler@ucalgary.ca',
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",
Expand Down

0 comments on commit 0ca9446

Please sign in to comment.