diff --git a/fowd/cli.py b/fowd/cli.py index f00348d..2154180 100644 --- a/fowd/cli.py +++ b/fowd/cli.py @@ -21,7 +21,7 @@ @click.version_option(version=__version__) @click.pass_context def cli(ctx): - """The command line interface for the Free Ocean Wave Data (FOWD) processing toolkit.""" + """The command line interface for the Free Ocean Wave Dataset (FOWD) processing toolkit.""" if ctx.invoked_subcommand is None: click.echo(ctx.get_help()) diff --git a/setup.py b/setup.py index 9a15ffb..0f95cba 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( # metadata name='fowd', - description='A free ocean wave data processing framework, ready for your ML application.', + description='A free ocean wave dataset and processing framework, ready for your ML application.', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/dionhaefner/FOWD',