Skip to content

Commit

Permalink
Merge pull request #419 from xylar/add_nml_to_package
Browse files Browse the repository at this point in the history
Add `.nml` files to python package
  • Loading branch information
xylar authored Jul 7, 2022
2 parents 0881baf + faab0e2 commit 8a836f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def package_files(directory, prefixes, extensions):
data_files = package_files('compass',
prefixes=['namelist', 'streams', 'README'],
extensions=['cfg', 'template', 'json', 'txt',
'geojson', 'mat'])
'geojson', 'mat', 'nml'])

setup(name='compass',
version=version,
Expand Down

0 comments on commit 8a836f2

Please sign in to comment.