diff options
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | README.txt | 8 |
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 @@ -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
-------------
|
