File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# General information about the project.
60
60
project = 'python-awips'
61
- copyright = '2018, Unidata'
62
- author = 'Unidata'
61
+ copyright = '2018, NSF Unidata'
62
+ author = 'NSF Unidata'
63
63
64
64
# The version info for the project you're documenting, acts as replacement for
65
65
# |version| and |release|, also used in various other places throughout the
66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = '18.1.7 '
69
+ version = '20.1 '
70
70
# The full version, including alpha/beta/rc tags.
71
71
72
72
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change 10
10
if sys .version_info < (3 , 4 ):
11
11
dependencies .append ('enum34' )
12
12
13
- ver = "20"
13
+ ver = "20.1 "
14
14
15
15
setup (
16
16
name = 'python-awips' ,
19
19
packages = find_packages (exclude = 'data' ),
20
20
license = 'BSD' ,
21
21
url = 'http://unidata.github.io/python-awips' ,
22
- author = 'Unidata' ,
22
+ author = 'NSF Unidata' ,
23
23
author_email = 'support-awips@ucar.edu' ,
24
24
install_requires = dependencies ,
25
25
extras_require = {
You can’t perform that action at this time.
0 commit comments