From 0e2c6645d29b1b943dcd97ada15523633a8d23e9 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 6 May 2013 17:48:16 +0200 Subject: add setup.py --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..5a238e4 --- /dev/null +++ b/setup.py @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +from distutils.core import setup + +setup(name='hostinfo-tools', + version='0.1.0', + description='Hostinfo database interface scripts', + author='Alexander Sulfrian', + author_email='alex@spline.inf.fu-berlin.de', + url='http://git.spline.inf.fu-berlin.de/hostinfo-tools/', + packages=['hostinfo'], + scripts=['bin/hostinfo'], + ) -- cgit v1.2.3-1-g7c22