From 64fda1b218081dcbecc5481bb6b23cd60f9e73d2 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Tue, 15 Jun 2010 09:55:53 +0200 Subject: [PATCH] Aggiunto setup --- setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..7423464 --- /dev/null +++ b/setup.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + + +from distutils.core import setup + +setup(name="mlmanager", + version="0.1", + description="Python module to deliver mldonkey downloads", + author = "Leonardo Robol", + author_email = "leo@robol.it", + url = "http://poisson.phc.unipi.it/~robol/wordpress/programmi/mlmanager/", + py_modules = [ 'mlmanager' ]) + -- 2.1.4