File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44_version_major = 0
55_version_minor = 9
66_version_micro = '' # use '' for first of series, number for 1 and above
7- _version_extra = 'dev'
8- # _version_extra = '' # Uncomment this for full releases
7+ # _version_extra = 'dev'
8+ _version_extra = '' # Uncomment this for full releases
99
1010# Construct full version string from these.
1111_ver = [_version_major , _version_minor ]
7575
7676All trademarks referenced herein are property of their respective holders.
7777
78- Copyright (c) 2006-2016 , NIPY Developers
78+ Copyright (c) 2006-2020 , NIPY Developers
7979All rights reserved.
8080"""
8181
8282NAME = "nitime"
8383MAINTAINER = "Nipy Developers"
84- MAINTAINER_EMAIL = "nipy-devel@ neuroimaging.scipy .org"
84+ MAINTAINER_EMAIL = "neuroimaging@python .org"
8585DESCRIPTION = description
8686LONG_DESCRIPTION = long_description
8787URL = "http://nipy.org/nitime"
8888DOWNLOAD_URL = "http://github.com/nipy/nitime/downloads"
8989LICENSE = "Simplified BSD"
9090AUTHOR = "Nitime developers"
91- AUTHOR_EMAIL = "nipy-devel@ neuroimaging.scipy .org"
91+ AUTHOR_EMAIL = "neuroimaging@python .org"
9292PLATFORMS = "OS Independent"
9393MAJOR = _version_major
9494MINOR = _version_minor
You can’t perform that action at this time.
0 commit comments