From 7aeeb923488a188f034e6edfb940adda3eb22c37 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Thu, 23 May 2024 13:08:53 +0200
Subject: [PATCH] add py_modules to skip ci error

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 1af824b..d4fca3a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup
 
 setup(
     name="geant-service-orchestrator-gui",
+    py_modules=[],
     version="2.0",
     author="GÉANT Orchestration and Automation Team",
     author_email="goat@geant.org",
-- 
GitLab