summaryrefslogtreecommitdiff
path: root/decorator
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 14:23:05 +0200
committermicheles <micheles@micheles-mac>2010-05-22 14:23:05 +0200
commit9a6efaa238cc1bca6e7882d7c425ddac9a09081c (patch)
treeb8046d54acf3b1c660ef9fcb63e0343c3da799d5 /decorator
parentf030371bfcf6127662b73cb5fc2bbbd49d8e429d (diff)
downloadmicheles-9a6efaa238cc1bca6e7882d7c425ddac9a09081c.tar.gz
Minor fixes
Diffstat (limited to 'decorator')
-rw-r--r--decorator/MANIFEST.in1
-rw-r--r--decorator/README.txt8
2 files changed, 7 insertions, 2 deletions
diff --git a/decorator/MANIFEST.in b/decorator/MANIFEST.in
index 5a305de..52e7659 100644
--- a/decorator/MANIFEST.in
+++ b/decorator/MANIFEST.in
@@ -1 +1,2 @@
+include documentation.py documentation3.py
exclude Makefile
diff --git a/decorator/README.txt b/decorator/README.txt
index 3e67bdb..78bfce8 100644
--- a/decorator/README.txt
+++ b/decorator/README.txt
@@ -1,9 +1,13 @@
Decorator module
=================
-Dependencies:
-The decorator module requires Python 2.4.
+:Author: Michele Simionato
+:E-mail: michele.simionato@gmail.com
+:Requires: Python 2.4+
+:Download page: http://pypi.python.org/pypi/decorator
+:Installation: ``easy_install decorator``
+:License: BSD license
Installation
-------------