Update docs & authors
This commit is contained in:
parent
7c95805fdf
commit
0da0193a0a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -94,4 +94,5 @@ env
|
|||
|
||||
# PyCharm project settings
|
||||
.idea
|
||||
./.idea
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ poetry run which python
|
|||
```bash
|
||||
poetry show
|
||||
```
|
||||
|
||||
|
||||
```bash
|
||||
poetry run pip list
|
||||
```
|
||||
|
|
|
@ -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 <benedith@sunet.se>",
|
||||
"Markus Krogh <benedith@sunet.se>",
|
||||
"Benedith Mulongo <benedith@sunet.se>",
|
||||
"Johan Lundberg <lundberg@nordu.net>",
|
||||
]
|
||||
readme = "norduniclient-package.md"
|
||||
homepage = "https://github.com/NORDUnet/python-norduniclient"
|
||||
|
|
Loading…
Reference in a new issue