Aggiunto setup

Leonardo [2010-06-15 07:55]
Aggiunto setup
Filename
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' ])
+
ViewGit