Skip to content

Commit

Permalink
Add airport.dat to package datafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster2 committed Nov 21, 2018
1 parent 76d5d01 commit 75fd638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ def readme():
platforms= ["any"],
packages=['pymeteo','pymeteo.cm1',
'pymeteo.cm1.hodographs',
'pymeteo.cm1.soundings'],
'pymeteo.cm1.soundings',
'pymeteo.UI', 'pymeteo.data'],
scripts=['bin/cm1_geninit',
'bin/plot-acars',
'bin/skewt',
'bin/skewt-hdf',
'bin/skewt-blank',
'bin/skewt-wrf'],
data_files=[('pymeteo/data', ['pymeteo/data/airport_info.dat'])],
classifiers=filter(None, classifiers.split("\n")))

0 comments on commit 75fd638

Please sign in to comment.