From f5285af052a4477141ed905955864e05a3033435 Mon Sep 17 00:00:00 2001 From: "s. rannou" Date: Mon, 20 Nov 2023 23:32:41 +0100 Subject: [PATCH] feat: update authors --- .gitignore | 2 +- Makefile | 1 + pyproject.toml | 2 +- tests/config/.#test_load_config.py | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 120000 tests/config/.#test_load_config.py diff --git a/.gitignore b/.gitignore index 8444dc5..f649a78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ +Makefile __pycache__ .mypy_cache .coverage .idea coverage.xml -Makefile diff --git a/Makefile b/Makefile index a40c4b6..d68ae64 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ all: + eth-validator-watcher 2>&1 | tee -a /var/log/ethereum-watcher/watcher.log test: poetry run pytest diff --git a/pyproject.toml b/pyproject.toml index 0b87dda..b7630bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "eth-validator-watcher" version = "0.1.0" description = "Ethereum Validator Watcher" -authors = ["Manu NALEPA "] +authors = ["Manu NALEPA , Sébastien Rannou "] readme = "README.md" packages = [{include = "eth_validator_watcher"}] diff --git a/tests/config/.#test_load_config.py b/tests/config/.#test_load_config.py deleted file mode 120000 index fafd067..0000000 --- a/tests/config/.#test_load_config.py +++ /dev/null @@ -1 +0,0 @@ -mxs@bombadil.590226:1700469311 \ No newline at end of file