From 87d90acdacbf2ccbfe2a01ac0b2e8bfaa3c3a90c Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Mon, 17 Oct 2022 22:11:44 +0200
Subject: [PATCH] add readme to pyproject so pypi will look better

---
 pyproject.toml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 22d48f9..4c565ff 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"
 
-- 
GitLab