summaryrefslogtreecommitdiff
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
commit8b1d0bb809b716caf835b5df2382988fabf0242d (patch)
tree1924abb6f26c0783545fb679673e909f13be9ca0
parent3d346b8af0c20873c539bf8d15cfe4a5d52beae6 (diff)
downloadpython-decorator-git-8b1d0bb809b716caf835b5df2382988fabf0242d.tar.gz
Minor fixes
-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
-------------