Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdGrrr committed Sep 29, 2020
1 parent 20a0504 commit 765b7c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/pyLRT.egg-info/
/build/
/dist/
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
url='https://github.com/EdGrrr/pyLRT',
install_requires=['xarray',
'numpy',
'scipy'],
'scipy',
'netCDF4',
'matplotlib'],
packages=['pyLRT'],)

0 comments on commit 765b7c6

Please sign in to comment.