Skip to content

Commit

Permalink
Update repo info in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Sep 15, 2020
1 parent cff9ecd commit 8010737
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
name = "rake-spacy"
version = "0.2.0"
description = "Extract keywords/keyphrases from text using the RAKE algorithm."
authors = ["Andrew Ross <andrew.ross.mail@gmail.com>"]
authors = [
"Andrew Ross <andrew.ross.mail@gmail.com>"
]
license = "MIT"

readme = "README.md"

homepage = "https://github.com/andrewrosss/rake-spacy"
repository = "https://github.com/andrewrosss/rake-spacy"
documentation = "https://github.com/andrewrosss/rake-spacy"

keywords = ["ml", "nlp", "rake"]

classifiers = [
"Programming Language :: Python :: 3.0",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 8010737

Please sign in to comment.