Skip to content

Commit

Permalink
[tools/mec] Revise pyproject.toml (#14348)
Browse files Browse the repository at this point in the history
This will revise pyproject.toml with necessary items for package generation.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Nov 22, 2024
1 parent fb7c0a6 commit 78dc9bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/model_explorer_circle/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "model-explorer-circle"
version = "0.0.1"
description = "Model Explorer Circle Adaptor"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "Apache Software License (Apache 2.0)" }
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]

dependencies = [
"ai-edge-model-explorer",
Expand Down

0 comments on commit 78dc9bf

Please sign in to comment.