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 4
4
_version_major = 0
5
5
_version_minor = 9
6
6
_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
9
9
10
10
# Construct full version string from these.
11
11
_ver = [_version_major , _version_minor ]
75
75
76
76
All trademarks referenced herein are property of their respective holders.
77
77
78
- Copyright (c) 2006-2016 , NIPY Developers
78
+ Copyright (c) 2006-2020 , NIPY Developers
79
79
All rights reserved.
80
80
"""
81
81
82
82
NAME = "nitime"
83
83
MAINTAINER = "Nipy Developers"
84
- MAINTAINER_EMAIL = "nipy-devel@ neuroimaging.scipy .org"
84
+ MAINTAINER_EMAIL = "neuroimaging@python .org"
85
85
DESCRIPTION = description
86
86
LONG_DESCRIPTION = long_description
87
87
URL = "http://nipy.org/nitime"
88
88
DOWNLOAD_URL = "http://github.com/nipy/nitime/downloads"
89
89
LICENSE = "Simplified BSD"
90
90
AUTHOR = "Nitime developers"
91
- AUTHOR_EMAIL = "nipy-devel@ neuroimaging.scipy .org"
91
+ AUTHOR_EMAIL = "neuroimaging@python .org"
92
92
PLATFORMS = "OS Independent"
93
93
MAJOR = _version_major
94
94
MINOR = _version_minor
You can’t perform that action at this time.
0 commit comments