From d2a78a35f4ca84820869a37a3a0dc3700598586a Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Mon, 25 Nov 2024 13:24:14 +0900 Subject: [PATCH] [tools/mec] Update pyproject.toml for publish This will update pyproject.tom for publishing to pypi.org. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- tools/model_explorer_circle/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/model_explorer_circle/pyproject.toml b/tools/model_explorer_circle/pyproject.toml index c866b49a9e9..95492b5317a 100644 --- a/tools/model_explorer_circle/pyproject.toml +++ b/tools/model_explorer_circle/pyproject.toml @@ -5,10 +5,14 @@ build-backend = "setuptools.build_meta" [project] name = "model-explorer-circle" version = "0.0.1" +maintainers = [ + { name="NNFW", email="nnfw@samsung.com" }, +] description = "Model Explorer Circle Adaptor" readme = "README.md" requires-python = ">=3.9" license = { text = "Apache Software License (Apache 2.0)" } +keywords = ["circle", "model-explorer", "visualization"] classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3.9", @@ -24,3 +28,6 @@ dependencies = [ "flatbuffers" ] +[project.urls] +"Repository" = "https://github.com/Samsung/ONE/tree/master/tools/model_explorer_circle/" +"Bug Reports" = "https://github.com/Samsung/ONE/issues"