From f70165ef6229a92bf8cfa6f16eff980a4a7491fe Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 18 Jan 2012 12:27:37 -0500 Subject: Added setup.py and big reorg of the source tree this should fix tickets #10 and #11 --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..9bc77a9 --- /dev/null +++ b/setup.py @@ -0,0 +1,9 @@ +from distutils.core import setup +setup(name='alias', + version='0.1', + packages=['alias_server'], + scripts=['alias_server/scripts/server'], + data_files=[('/etc/rc.d/',['misc/alias']), + ('/etc/alias/',['misc/config.ini.sample']) + ] + ) -- cgit v1.2.3-70-g09d2