-
Karel van Klink authoredKarel van Klink authored
setup.py 341 B
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",
)