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