ApeWorX / silverback

Blockchain automation library, and SDK for the (upcoming) Silverback Platform
https://apeworx.io/silverback
Apache License 2.0
80 stars 9 forks source link

feat: add support for defining tools and settings in toml #92

Open johnson2427 opened 3 months ago

johnson2427 commented 3 months ago

Overview

Want the ability to add ape and silverback related variables and install definitions in the pyproject.toml file

Specification

[[tool.ape.plugins]]
name = "aws"

[tool.silverback]
signer_alias = "aws-alias"

Dependencies

None

linear[bot] commented 3 months ago

SBK-472 feat: add support for defining tools and settings in toml