summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--README.txt8
2 files changed, 7 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5a305de..52e7659 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,2 @@
+include documentation.py documentation3.py
exclude Makefile
diff --git a/README.txt b/README.txt
index 3e67bdb..78bfce8 100644
--- a/README.txt
+++ b/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
-------------