diff options
| author | micheles <micheles@micheles-mac> | 2010-05-22 14:23:05 +0200 |
|---|---|---|
| committer | micheles <micheles@micheles-mac> | 2010-05-22 14:23:05 +0200 |
| commit | 8b1d0bb809b716caf835b5df2382988fabf0242d (patch) | |
| tree | 1924abb6f26c0783545fb679673e909f13be9ca0 | |
| parent | 3d346b8af0c20873c539bf8d15cfe4a5d52beae6 (diff) | |
| download | python-decorator-git-8b1d0bb809b716caf835b5df2382988fabf0242d.tar.gz | |
Minor fixes
| -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
-------------
|
