diff --git a/pyproject.toml b/pyproject.toml index ab81957..bd8d947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ name = "pyrevm" version = "0.3.0" # Cargo.toml needs to be updated for releases description = "Python bindings to rust evm (revm)" -authors = ["Georgios Konstantopoulos "] +authors = ["Georgios Konstantopoulos ", "Dani Popes", "Daniel Schiavini", "Charles Cooper"] [tool.poetry.dependencies] python = ">=3.7"