Skip to content

Commit

Permalink
Update CDAT logos; Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Nov 27, 2017
1 parent 534cb4f commit bb7fc48
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,30 @@

data_files = [
('share/pmp/graphics/vcs', portrait_files),
('share/pmp/graphics/png', ['share/pcmdi/160915_PCMDI_logo_348x300px.png',
'share/pcmdi/160915_PCMDI_logo-oblong_377x300px.png']),
('share/pmp/graphics/png', ['share/pcmdi/171101_doutriaux1_UVCDATLogo_446x119px_72dpi.png',
'share/pcmdi/CDATLogo_1866x651px_300dpi.png',
'share/pcmdi/CDATLogo_200x70px_72dpi.png',
'share/pcmdi/CDATLogoText_1898x863px_300dpi.png',
'share/pcmdi/CDATLogoText_200x91px_72dpi.png',
'share/pcmdi/PCMDILogo_1588x520px_300dpi.png',
'share/pcmdi/PCMDILogo_200x65px_72dpi.png',
'share/pcmdi/PCMDILogo_300x98px_72dpi.png',
'share/pcmdi/PCMDILogo_400x131px_72dpi.png',
'share/pcmdi/PCMDILogo_500x164px_72dpi.png',
'share/pcmdi/PCMDILogoText_1365x520px_300dpi.png',
'share/pcmdi/PCMDILogo-old-oblong_377x300px_72dpi.png',
'share/pcmdi/PCMDILogo-old_348x300px_72dpi.png',
'share/pcmdi/PMPLogoText_1359x1146px_300dpi.png',
'share/pcmdi/PMPLogo_1359x1146px_300dpi.png',
'share/pcmdi/PMPLogo_500x421px_72dpi.png'
]),
('share/pmp', ('doc/obs_info_dictionary.json',
'share/pcmdi_metrics_table',
'share/disclaimer.txt',
'share/default_regions.py')),
'share/default_regions.py'
)),
('share/pmp/demo', demo_files),
]
]

if install_dev:
print "Adding experimental packages"
Expand Down Expand Up @@ -122,4 +138,4 @@
# extra_compile_args = [],
# extra_link_args = [],
# ]
)
)
Binary file not shown.
Binary file removed share/pcmdi/160915_PCMDILogo_348x300px-72dpi.png
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bb7fc48

Please sign in to comment.