Skip to content

Commit

Permalink
Update pyproject.toml with relevant metadata (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzjp2 committed Jan 16, 2021
1 parent a7796fb commit d3d5139
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
name = "kedro-dataframe-dropin"
version = "0.1.0"
description = "A Kedro plugin to utilise pandas dropins (like cuDF or modin) in place of the pandas datasets"
license = "MIT"
authors = ["Zain Patel <zain.patel06@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/mzjp2/kedro-dataframe-dropin"
repository = "https://github.com/mzjp2/kedro-dataframe-dropin"
keywords = ["kedro", "rapids", "data", "gpu", "modin"]
classifiers = [
"Framework :: Kedro"
]

[tool.poetry.dependencies]
python = ">=3.7.1, <3.9"
Expand Down

0 comments on commit d3d5139

Please sign in to comment.