This commit is contained in:
2023-07-24 15:32:38 +02:00
parent b346d2bcaa
commit f75e6efebe
27 changed files with 13237 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='server-info',
version='',
packages=[''],
url='',
license='',
author='Sebastian Serfling',
author_email='',
description=''
)