All checks were successful
Build and push Docker image at git tag / build (push) Successful in 26m48s
9 lines
179 B
Python
9 lines
179 B
Python
from setuptools import find_packages, setup
|
|
|
|
setup(
|
|
name='ums',
|
|
packages=find_packages(),
|
|
version='0.0.0',
|
|
description='UMS-Agenten',
|
|
author='Magnus Bender',
|
|
) |