Skip to content

Commit

Permalink
Change package description to include Wiktionary
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 17, 2024
1 parent 2a3ec11 commit 8504672
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![mastodon](https://img.shields.io/badge/Mastodon-6364FF.svg?logo=mastodon&logoColor=ffffff)](https://wikis.world/@scribe)
[![matrix](https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff)](https://matrix.to/#/#scribe_community:matrix.org)

## Wikidata and Wikipedia language data extraction
### Wikidata, Wiktionary and Wikipedia language data extraction

**Scribe-Data** is a convenient command-line interface (CLI) for extracting and formatting language data from [Wikidata](https://www.wikidata.org/) and [Wikipedia](https://www.wikipedia.org/). Functionality includes allowing users to list, download, and manage language data directly from the terminal.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"Scribe-Data Documentation",
author,
"Scribe-Data",
"Wikidata and Wikipedia data extraction for Scribe applications",
"Wikidata, Wiktionary and Wikipedia language data extraction",
"Miscellaneous",
)
]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.. |matrix| image:: https://img.shields.io/badge/Matrix-000000.svg?logo=matrix&logoColor=ffffff
:target: https://matrix.to/#/#scribe_community:matrix.org

**Wikidata and Wikipedia language data extraction**
**Wikidata, Wiktionary and Wikipedia language data extraction**

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_requires=requirements,
package_data={"": ["2021_ranked.tsv"]},
include_package_data=True,
description="Wikidata and Wikipedia language data extraction",
description="Wikidata, Wiktionary and Wikipedia language data extraction",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/scribe-org/Scribe-Data",
Expand Down

0 comments on commit 8504672

Please sign in to comment.