diff --git a/.gitignore b/.gitignore index e42b9d7..e2e395c 100644 --- a/.gitignore +++ b/.gitignore @@ -94,4 +94,5 @@ env # PyCharm project settings .idea +./.idea diff --git a/README.md b/README.md index 2df13a1..32b8ff5 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ poetry run which python ```bash poetry show ``` - + ```bash poetry run pip list ``` diff --git a/pyproject.toml b/pyproject.toml index bf64751..b6e1b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,7 @@ name = "norduniclient" version = "1.4.4" description = "Neo4j (>=4.4.12) database client using bolt for NORDUnet network inventory" authors = [ - "Johan Lundberg ", - "Markus Krogh ", - "Benedith Mulongo ", + "Johan Lundberg ", ] readme = "norduniclient-package.md" homepage = "https://github.com/NORDUnet/python-norduniclient"