-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 1.0.x with working NIFTI functionality
- Loading branch information
Ray Pomponio
authored and
Ray Pomponio
committed
Aug 27, 2020
1 parent
2e01907
commit 5f89ab6
Showing
2 changed files
with
71 additions
and
47 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
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 |
---|---|---|
|
@@ -5,11 +5,11 @@ def readme(): | |
return f.read() | ||
|
||
setup(name='neuroHarmonize', | ||
version='0.4.1', | ||
version='1.0.0', | ||
description='Harmonization tools for multi-center neuroimaging studies.', | ||
long_description=readme(), | ||
url='https://github.com/rpomponio/neuroHarmonize', | ||
author='Ray Pomponio', | ||
author='Raymond Pomponio', | ||
author_email='[email protected]', | ||
license='MIT', | ||
packages=['neuroHarmonize'], | ||
|