From c265a3ea04734dcc42e6abc82668fa505fddf2d0 Mon Sep 17 00:00:00 2001
From: ldevillez <louis.devillez@gmail.com>
Date: Fri, 15 Sep 2023 20:21:24 +0200
Subject: [PATCH 1/2] FIX: adding commandline script to pyproject + rephrasing
 doc

---
 docs/moduleguide.rst | 2 +-
 pyproject.toml       | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/moduleguide.rst b/docs/moduleguide.rst
index 800847d..f4c0719 100644
--- a/docs/moduleguide.rst
+++ b/docs/moduleguide.rst
@@ -1,7 +1,7 @@
 
 .. _module-guide:
 
-Module guide
+package guide
 ============
 
 .. module:: svg2tikz
diff --git a/pyproject.toml b/pyproject.toml
index d302dd7..7beb12b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,3 +28,7 @@ secondary = true
 [build-system]
 requires = ["poetry-core"]
 build-backend = "poetry.core.masonry.api"
+
+
+[tool.poetry.scripts]
+svg2tikz = "svg2tikz.tikz_export:main_cmdline"

From 24dbff46b28d1c8903247301278bb67943a41b37 Mon Sep 17 00:00:00 2001
From: ldevillez <louis.devillez@gmail.com>
Date: Fri, 15 Sep 2023 20:29:54 +0200
Subject: [PATCH 2/2] add changelog

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2ea908..c583da1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
 - Correcting licence in the pyproject
 - Unify conversion of coordinate: (x, y)
 - Convert_file and convert_svg functions are now directly accesible from root
+- Fixing the installation of svg2tikz as command line tool
 ### Deprecated
 - Gradient are commented for the time being
 ### Removed