Skip to content

Commit

Permalink
Custom branch, fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Apr 10, 2024
1 parent bca6f8f commit 9a8abf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = ["Topic :: Software Development"]

# Requirements
dependencies = [
"titanoboa@git+https://github.com/vyperlang/titanoboa@master",
"titanoboa@git+https://github.com/DanielSchiavini/titanoboa@zksync",
]

[project.optional-dependencies]
Expand All @@ -20,3 +20,6 @@ requires = ["setuptools", "wheel"]

[tool.setuptools.packages.find]
include = ["boa_zksync*"]

[tool.setuptools.package-data]
boa_zksync = ['*.json']
File renamed without changes.

0 comments on commit 9a8abf0

Please sign in to comment.