From cbcde0aa05638031ffa0288130f193beda5c73fe Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 14 Apr 2024 13:07:44 -0400 Subject: [PATCH] add more authors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"