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