Skip to content

Commit

Permalink
remove old comments and clearely define the readme.file
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Feb 5, 2024
1 parent d3b8662 commit bd5efb9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[project]
name = "grdwindinversion"
description="Package to perform Wind inversion from GRD Level-1 SAR images"
readme = "README.rst"
#long_description='Python library using xarray objects to compute wind speed from SAR observations over ocean'
#long_description_content_type='text/x-rst'
#url='https://github.com/agrouaze/grdwindinversion'
readme.file = "README.rst"
requires-python = ">= 3.9"
license = {text = "MIT"}
#author="Antoine Grouazel"
#author_email='[email protected]'
dependencies = [
"xsar",
"xsarsea",
Expand Down

0 comments on commit bd5efb9

Please sign in to comment.