Skip to content

Commit

Permalink
Merge branch 'main' of github.com:palewire/storysniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 4, 2022
2 parents df4ac8a + 5d9f189 commit 8f61f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -3,7 +3,7 @@

# storysniffer

Inspect a URL and estimate if it links to news story.
Inspect a URL and estimate if it contains a news story.

## Getting started

Expand Down Expand Up @@ -48,7 +48,7 @@ However, because its training sample is limited to links published on news homep

## Credits

Past work on this project was sponosored by The Reynolds Journalism Institute and the University of Missouri.
Past work on this project was sponsored by The Reynolds Journalism Institute and the University of Missouri.

## Links

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -43,7 +43,7 @@ def local_version(version):

setup(
name="storysniffer",
description="Inspect a URL and estimate if it links to news story",
description="Inspect a URL and estimate if it contains a news story",
long_description=read("README.md"),
long_description_content_type="text/markdown",
author="Ben Welsh",
Expand Down Expand Up @@ -77,7 +77,7 @@ def local_version(version):
use_scm_version={"version_scheme": version_scheme, "local_scheme": local_version},
project_urls={
"Documentation": "https://palewi.re/docs/storysniffer/",
"Source": "https://github.com/datadesk/storysniffer/",
"Tracker": "https://github.com/datadesk/storysniffer/issues",
"Source": "https://github.com/palewire/storysniffer/",
"Tracker": "https://github.com/palewire/storysniffer/issues",
},
)

0 comments on commit 8f61f75

Please sign in to comment.