Skip to content
Snippets Groups Projects
Commit 43dd0483 authored by Erik Reid's avatar Erik Reid
Browse files

initial setup script

parent 52626531
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
from setuptools import setup, find_packages
setup(
name='inventory-provider',
version="0.1",
author='GEANT',
author_email='swd@geant.org',
description='Dashboard inventory provider',
url=('https://gitlab.geant.net/live-projects'
'/dashboardv3/inventory-provider'),
packages=find_packages(),
install_requires=[
'click',
'mysql-connector',
'pysnmp'
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment