Files
REPORTS/setup.py
T
2023-07-24 15:32:38 +02:00

13 lines
199 B
Python

from setuptools import setup
setup(
name='server-info',
version='',
packages=[''],
url='',
license='',
author='Sebastian Serfling',
author_email='',
description=''
)