-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version update for release of CLI functionality
- Loading branch information
1 parent
5b36a04
commit f2c50c7
Showing
5 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
name="scribe-data", | ||
packages=find_packages(where="src"), | ||
package_dir={"": "src"}, | ||
version="3.3.0", | ||
version="4.0.0", | ||
author="Andrew Tavis McAllister", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
classifiers=[ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
|
@@ -37,13 +37,14 @@ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.9", | ||
install_requires=requirements, | ||
package_data={"": ["2021_ranked.tsv"]}, | ||
include_package_data=True, | ||
description="Wikidata, Wiktionary and Wikipedia language data extraction", | ||
description="Wikidata and Wikipedia language data extraction", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/scribe-org/Scribe-Data", | ||
|