Skip to content

Commit

Permalink
Merge pull request #27 from wkyoshida/14-emoji-freq
Browse files Browse the repository at this point in the history
#14 emoji popularity rank
  • Loading branch information
andrewtavis authored Nov 23, 2022
2 parents eb6ce33 + 5714e02 commit 80d064f
Show file tree
Hide file tree
Showing 4 changed files with 1,578 additions and 10 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=requirements,
package_data={"": ["2021_ranked.tsv"]},
description="Wikidata and Wikipedia data extraction for Scribe applications",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
Loading

0 comments on commit 80d064f

Please sign in to comment.