From 4acf3a752185f031b252dc7a010815ad78e1de4f Mon Sep 17 00:00:00 2001 From: Charles Martin Date: Tue, 7 May 2024 16:05:15 +1000 Subject: [PATCH] updated pyproject with keywords and classifiers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3454a2..1a9d7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,8 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/cpmpercussion/keras-mdn-layer" repository = "https://github.com/cpmpercussion/keras-mdn-layer" +keywords = ["mixture density layer", "neural network", "machine learning"] +classifiers = ['Topic :: Scientific/Engineering :: Artificial Intelligence'] [tool.poetry.dependencies] python = ">=3.11,<3.12"