Skip to content
Snippets Groups Projects
setup.py 395 B
from setuptools import setup

setup(
    name="goat-lso",
    version="1.18",
    author="GÉANT Orchestration & Automation Team",
    author_email="goat@geant.org",
    description="Lightweight Service Orchestrator",
    url="https://gitlab.software.geant.org/goat/gap/lso",
    packages=[],
    install_requires=[],
    license="MIT",
    license_files=("LICENSE.txt",),
    classifiers=[],
)