From 50f74d35e73529e67a27cee7fcd36e18a6d92e3a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 22 Mar 2023 03:15:41 +0100 Subject: package glitchtip i don't know why i did this. i literally have no use for it. --- pkgs/0001-fix-poetry-name-issue.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkgs/0001-fix-poetry-name-issue.patch (limited to 'pkgs/0001-fix-poetry-name-issue.patch') diff --git a/pkgs/0001-fix-poetry-name-issue.patch b/pkgs/0001-fix-poetry-name-issue.patch new file mode 100644 index 0000000..9cc82bd --- /dev/null +++ b/pkgs/0001-fix-poetry-name-issue.patch @@ -0,0 +1,23 @@ +From 6a38df44cc64a4952528afe71c03c3931526af15 Mon Sep 17 00:00:00 2001 +From: stuebinm +Date: Wed, 22 Mar 2023 00:36:23 +0100 +Subject: [PATCH] fix poetry name issue + +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 9eb393a..1704691 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,5 +1,5 @@ + [tool.poetry] +-name = "glitchtip-backend" ++name = "glitchtip" + version = "0.1.0" + description = "Django backend that powers GlitchTip, an open source reimplementation of Sentry" + authors = ["David Burke"] +-- +2.38.3 + -- cgit v1.2.3