diff --git a/pyproject.toml b/pyproject.toml
index 22d48f9bcc802f607038b818a075ab7e7ba32e4b..4c565ffc2ba6d6b0d5b3af5db9e7fbde6b5aab92 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,12 +6,13 @@ build-backend = "poetry.core.masonry.api"
 name = "ur_py_ctl"
 version = "0.1.5"
 description = "Python wrapper around URScript (for Universal Robotics robots)."
-authors = ["Anton Tetov <anton.johansson@control.lth.se>"]
+readme = "README.md"
+authors = ["Anton Tetov <anton@tetov.se>"]
 repository = "https://gitlab.control.lth.se/robotlab/ur_py_ctl"
 
 [tool.poetry.dependencies]
 python = ">=3.9,<3.11"
-importlib_metadata = {version = "^1.0", python = "<3.8"}
+importlib_metadata = { version = "^1.0", python = "<3.8" }
 
 [tool.poetry.dev-dependencies]
 flake8 = "^4.0.1"
@@ -20,7 +21,7 @@ black = "^22.3.0"
 pre-commit = "^2.18.1"
 pytest = "^7.1.1"
 Sphinx = "^5.2.2"
-myst-parser = {extras = ["linkify"], version = "^0.18.1"}
+myst-parser = { extras = ["linkify"], version = "^0.18.1" }
 sphinx-rtd-theme = "^1.0.0"
 isort = "^5.10.1"