Skip to content

Commit

Permalink
DOC: Improve Python package information.
Browse files Browse the repository at this point in the history
Improve Python package information:
- Make the reference in the long description match the package name and
  not the ITK project name.
- Use white spaces to avoid words in two consecutive lines being
  concatenated.
- Prefer ASCII double inverted commas.

Partially addresses:
InsightSoftwareConsortium/ITK#326
  • Loading branch information
jhlegarreta committed Dec 21, 2018
1 parent 1089415 commit 243edce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
package_dir={'itk': 'itk'},
download_url=r'https://github.com/InsightSoftwareConsortium/ITKPrincipalComponentsAnalysis',
description=r'ITK classes for the analysis of the principal components of data sets, optionally point data associated with the vertices of a mesh.',
long_description='ITKPrincipalComponentsAnalysis provides an'
'implementation of standard principal components analysis'
long_description='itk-principalcomponentsanalysis provides an '
'implementation of standard principal components analysis '
'algorithms for use on scalar or vector data sets.\n'
'Please refer to:\n'
'M. Bowers and L. Younes, Principal Components Analysis of Scalar, Vector, and Mesh Vertex Data.”,'
'M. Bowers and L. Younes, "Principal Components Analysis of Scalar, Vector, and Mesh Vertex Data.", '
'Insight Journal, January-December 2012, http://hdl.handle.net/10380/3386',
classifiers=[
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 243edce

Please sign in to comment.