From 464122bdc49ac224fe3ed19c957489106af76a43 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 3 Sep 2010 20:45:21 +0200 Subject: Add setup.py --- setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..ef0b612 --- /dev/null +++ b/setup.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +# vim: set fileencoding=utf-8 : + +from distutils.core import setup + +setup(name = "whatmaps", + author = 'Guido Günther', + author_email = 'agx@sigxcpu.org', + scripts = [ 'whatmaps' ] +) + -- cgit v1.2.3