Skip to content

Commit

Permalink
setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Dec 16, 2013
1 parent e50a760 commit 3911694
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
ClusterTools.egg-info
Empty file added cluster_devices/__init__.py
Empty file.
File renamed without changes.
7 changes: 7 additions & 0 deletions router.py → cluster_devices/router.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Router.
Just a wrap for netsnmp.
Tested on HP 1910 and HP 2530.
"""


from exceptionz import DeviceError
import netsnmp

Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from setuptools import setup

setup(name="ClusterTools",
version="0.1",
author="Georgiy Sgibnev",
author_email="[email protected]",
url="http://git.devcloud.npdb/vp/testutil_hac",
packages=["cluster_devices"])

0 comments on commit 3911694

Please sign in to comment.