Skip to content

Commit d3d5139

Browse files
authored
Update pyproject.toml with relevant metadata (#6)
1 parent a7796fb commit d3d5139

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
name = "kedro-dataframe-dropin"
33
version = "0.1.0"
44
description = "A Kedro plugin to utilise pandas dropins (like cuDF or modin) in place of the pandas datasets"
5+
license = "MIT"
56
authors = ["Zain Patel <[email protected]>"]
7+
readme = "README.md"
8+
homepage = "https://github.com/mzjp2/kedro-dataframe-dropin"
9+
repository = "https://github.com/mzjp2/kedro-dataframe-dropin"
10+
keywords = ["kedro", "rapids", "data", "gpu", "modin"]
11+
classifiers = [
12+
"Framework :: Kedro"
13+
]
614

715
[tool.poetry.dependencies]
816
python = ">=3.7.1, <3.9"

0 commit comments

Comments
 (0)