mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
15 lines
290 B
TOML
15 lines
290 B
TOML
[project]
|
|
name = "decman-plugin-example"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"decman",
|
|
]
|
|
|
|
[project.entry-points."decman.plugins"]
|
|
example = "decman_plugin_example:Example"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|