From 17cdb3de03f7d23bcdf8cbd8b09c4a1884850d75 Mon Sep 17 00:00:00 2001
From: Bruno Testaguzza Carlin <brunotestaguzza@gmail.com>
Date: Mon, 10 Apr 2023 17:55:54 -0300
Subject: [PATCH 1/4] Update setup.py

Fixes the install issue with images and gem
---
 setup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 3c219bd..999379e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
 from setuptools import setup
 
 setup(
-    pbr=True
-)
\ No newline at end of file
+    pbr=True,
+    packages=[]
+)

From 5d30ee652ddfc2e38957c53d35b89255e50844cd Mon Sep 17 00:00:00 2001
From: Bruno Testaguzza Carlin <brunotestaguzza@gmail.com>
Date: Mon, 10 Apr 2023 18:15:28 -0300
Subject: [PATCH 2/4] Update setup.cfg

---
 setup.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index f03a715..dc2fe12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,12 +4,12 @@ description_file  =  README.md
 summary = nxt_gem: A Python module for Graph Embedding Methods
 author = Jan Ernsting
 author_email = j.ernsting@uni-muenster.de
-url = https://github.com/jernsting/nxt_gem
+url = https://github.com/brunocarlin/nxt_gem
 license = BSD
 long_description_content_type = text/markdown
 project_urls:
-    Source Code = https://github.com/jernsting/nxt_gem
-    Bug Tracker = https://github.com/jernsting/nxt_gem/issues
+    Source Code = https://github.com/brunocarlin/nxt_gem
+    Bug Tracker = https://github.com/brunocarlin/nxt_gem/issues
 download_url = https://pypi.org/project/nxt_gem/#files
 keywords =
     graph embedding

From 587e285608ce297cdd36eb192daafc0a4346096e Mon Sep 17 00:00:00 2001
From: Bruno Testaguzza Carlin <brunotestaguzza@gmail.com>
Date: Wed, 3 Jul 2024 16:51:57 +0000
Subject: [PATCH 3/4] fix-wrong-source

---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index dc2fe12..b797aea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,8 +8,8 @@ url = https://github.com/brunocarlin/nxt_gem
 license = BSD
 long_description_content_type = text/markdown
 project_urls:
-    Source Code = https://github.com/brunocarlin/nxt_gem
-    Bug Tracker = https://github.com/brunocarlin/nxt_gem/issues
+    Source Code = https://github.com/jernsting/nxt_gem
+    Bug Tracker = https://github.com/jernsting/nxt_gem/issues
 download_url = https://pypi.org/project/nxt_gem/#files
 keywords =
     graph embedding

From 4590671f182db98c206d8c4c636aea617b970af1 Mon Sep 17 00:00:00 2001
From: Bruno Testaguzza Carlin <brunotestaguzza@gmail.com>
Date: Wed, 3 Jul 2024 16:53:26 +0000
Subject: [PATCH 4/4] fix-wrong-source

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index b797aea..f03a715 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ description_file  =  README.md
 summary = nxt_gem: A Python module for Graph Embedding Methods
 author = Jan Ernsting
 author_email = j.ernsting@uni-muenster.de
-url = https://github.com/brunocarlin/nxt_gem
+url = https://github.com/jernsting/nxt_gem
 license = BSD
 long_description_content_type = text/markdown
 project_urls: