@@ -56,7 +56,7 @@ def get_nipype_gitversion():
5656CLASSIFIERS = ["Development Status :: 5 - Production/Stable" ,
5757 "Environment :: Console" ,
5858 "Intended Audience :: Science/Research" ,
59- "License :: OSI Approved :: BSD License" ,
59+ "License :: OSI Approved :: Apache Software License" ,
6060 "Operating System :: MacOS :: MacOS X" ,
6161 "Operating System :: POSIX :: Linux" ,
6262 "Programming Language :: Python :: 2.7" ,
@@ -85,12 +85,12 @@ def get_nipype_gitversion():
8585to existing neuroimaging software and facilitates interaction between
8686these packages within a single workflow. Nipype provides an environment
8787that encourages interactive exploration of algorithms from different
88- packages (e.g., ANTS, SPM, FSL, FreeSurfer , Camino, MRtrix, MNE, AFNI, BRAINS ,
89- Slicer), eases the design of workflows within and between packages, and
90- reduces the learning curve necessary to use different packages. Nipype is
91- creating a collaborative platform for neuroimaging software development
92- in a high-level language and addressing limitations of existing pipeline
93- systems.
88+ packages (e.g., AFNI, ANTS, BRAINS, BrainSuite , Camino, FreeSurfer, FSL, MNE ,
89+ MRtrix, MNE, Nipy, Slicer, SPM ), eases the design of workflows within and
90+ between packages, and reduces the learning curve necessary to use different
91+ packages. Nipype is creating a collaborative platform for neuroimaging software
92+ development in a high-level language and addressing limitations of existing
93+ pipeline systems.
9494
9595*Nipype* allows you to:
9696
@@ -121,7 +121,7 @@ def get_nipype_gitversion():
121121LONG_DESCRIPTION = long_description
122122URL = "http://nipy.org/nipype"
123123DOWNLOAD_URL = "http://github.com/nipy/nipype/archives/master"
124- LICENSE = "BSD license "
124+ LICENSE = "Apache License, 2.0 "
125125CLASSIFIERS = CLASSIFIERS
126126AUTHOR = "nipype developers"
127127AUTHOR_EMAIL = "[email protected] "
0 commit comments