Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support to migrate from ape-config.yaml to pyproject.toml #2141

Closed
johnson2427 opened this issue Jun 14, 2024 · 2 comments
Closed
Labels
0.9 category: feature New feature or request

Comments

@johnson2427
Copy link
Contributor

johnson2427 commented Jun 14, 2024

Overview

Want to remove the need for ape-config.yaml to an ape key under the pyproject.toml for the configuration of an ape project.

Specification

[tool.ape]
contracts_folder = "contracts"

[[tool.ape.dependencies]]
name = "openzeppelin"
github = "OpenZeppelin/openzeppelin-contracts"
version = "x.x.x"

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

[[tool.ape.plugins]]
name = "solidity"
version = "0.8.1"

Dependencies

#2142

@johnson2427 johnson2427 added category: feature New feature or request 0.9 labels Jun 14, 2024
Copy link

linear bot commented Jun 14, 2024

@antazoey
Copy link
Member

duplicate of #1571

@vany365 vany365 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.9 category: feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants