Skip to content

Commit

Permalink
feat: update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
aimxhaisse committed Nov 20, 2023
1 parent 8024cf1 commit f5285af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Makefile
__pycache__
.mypy_cache
.coverage
.idea
coverage.xml
Makefile
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
all:
eth-validator-watcher 2>&1 | tee -a /var/log/ethereum-watcher/watcher.log

test:
poetry run pytest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "eth-validator-watcher"
version = "0.1.0"
description = "Ethereum Validator Watcher"
authors = ["Manu NALEPA <[email protected]>"]
authors = ["Manu NALEPA <[email protected]>, Sébastien Rannou <[email protected]>"]
readme = "README.md"
packages = [{include = "eth_validator_watcher"}]

Expand Down
1 change: 0 additions & 1 deletion tests/config/.#test_load_config.py

This file was deleted.

0 comments on commit f5285af

Please sign in to comment.