We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Want to remove the need for ape-config.yaml to an ape key under the pyproject.toml for the configuration of an ape project.
[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"
#2142
The text was updated successfully, but these errors were encountered:
APE-1767 feat: add support to migrate from ape-config.yaml to pyproject.toml
Sorry, something went wrong.
duplicate of #1571
No branches or pull requests
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
Dependencies
#2142
The text was updated successfully, but these errors were encountered: