Skip to content

Commit

Permalink
Fixed param.nml file not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Sep 30, 2020
1 parent 8897597 commit abad9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
examples/example_1/staging
build/
dist/
*.egg-info/
*.egg*
**/*/__pycache__

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
url=meta['url'],
packages=setuptools.find_packages(),
python_requires='>=3.6',
setup_requires=['setuptools_scm'],
include_package_data=True,
install_requires=[
'matplotlib',
'netCDF4',
Expand Down

0 comments on commit abad9a3

Please sign in to comment.