added auto generated dummy setup.py as stub for next steps
This commit is contained in:
parent
8cf21b1b2c
commit
7207d89092
1 changed files with 15 additions and 0 deletions
15
setup.py
Normal file
15
setup.py
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='linspector',
|
||||||
|
version='0.12.1-alpha',
|
||||||
|
packages=['bin', 'linspector', 'linspector.core', 'linspector.tasks', 'linspector.config', 'linspector.backends',
|
||||||
|
'linspector.services', 'linspector.services.etc', 'linspector.services.net', 'linspector.services.ssh',
|
||||||
|
'linspector.services.http', 'linspector.services.snmp',
|
||||||
|
'linspector.frontends'],
|
||||||
|
url='http://linspector.org',
|
||||||
|
license='AGPLv3',
|
||||||
|
author='hanez',
|
||||||
|
author_email='you@hanez.org',
|
||||||
|
description='linspector is for monitoring the vital information of hosts, services and devices in a network'
|
||||||
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue