Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sol1105 committed Oct 20, 2023
1 parent 9699e6a commit 5ca0dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# Use markdown format read me file as GitHub will render it automatically
# on package page
here = os.path.abspath(os.path.dirname(__file__))
_long_description = open(os.path.join(here, "README.rst")).read()
#_long_description = open(os.path.join(here, "README.rst")).read()
_long_description = "roocs-grids: Grid definitions for the roocs regridder"

requirements = [line.strip() for line in open("requirements.txt")]

Expand Down

0 comments on commit 5ca0dd4

Please sign in to comment.