diff --git a/.gitignore b/.gitignore
index d7ddaa703c705f72440b1041f5924a7e33fc9f05..f61d65adfcc0e11df4612273adc115fab79277b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 .env*
 !.env.local.example
+venv
+.tox
+*.egg-info
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000000000000000000000000000000000000..72766e1fadc33c61273028dd66f8220ded736f87
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,10 @@
+from setuptools import setup
+
+setup(
+    name="geant-service-orchestrator-gui",
+    version="0.1",
+    author="GÉANT Orchestration and Automation Team",
+    author_email="goat@geant.org",
+    description="GÉANT Service Orchestrator GUI dummy package",
+    url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator-gui",
+)
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391