Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Oct 29, 2020
1 parent f0a65a1 commit 21538f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fowd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 21538f8

Please sign in to comment.