18 lines
343 B
INI
18 lines
343 B
INI
[metadata]
|
|
name = edgemind
|
|
version = 0.1.0
|
|
description = EdgeMind EnergiBridge IR schemas and tools
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
author = EdgeMind Contributors
|
|
license = MIT
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
pydantic>=1.10
|
|
PyYAML>=6.0
|
|
|
|
[options.packages.find]
|
|
where = .
|