Skip to content
Snippets Groups Projects
Commit 0153a367 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

Exclude non-Python and frontend-related directories from package discovery in pyproject.toml

parent ab801ef2
No related branches found
No related tags found
1 merge request!40Add pyproject.toml for project configuration and dependencies
Pipeline #95336 passed
...@@ -9,6 +9,9 @@ description = "GÉANT Service Orchestrator GUI dummy package" ...@@ -9,6 +9,9 @@ description = "GÉANT Service Orchestrator GUI dummy package"
authors = [ authors = [
{ name="GÉANT Orchestration and Automation Team", email="goat@geant.org" } { name="GÉANT Orchestration and Automation Team", email="goat@geant.org" }
] ]
readme = ""
requires-python = ">=3.7" requires-python = ">=3.7"
urls = { Homepage = "https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator-gui" } urls = { Homepage = "https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator-gui" }
# Exclude non-Python and frontend-related directories from package discovery
[tool.setuptools.packages.find]
exclude = ["node_modules", "public", "font", "types", "pages", "contexts", "components", "translations", "configuration"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment