From 7b555dbade8816a4adc01c7d66c5ae2efafbc1f0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 10 May 2011 11:54:40 -0400 Subject: [PATCH] Fixing package files. --- MANIFEST.in | 2 +- README.md => README | 0 setup.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename README.md => README (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 5cd6f0c..ef2435a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst +include README recursive-include notes/templatetags * diff --git a/README.md b/README similarity index 100% rename from README.md rename to README diff --git a/setup.py b/setup.py index a13a7c5..1ed0afc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( install_requires = [], description='A reusable applicaton to add arbitrary notes to a model.', - long_description=open('README.md').read(), + long_description=open('README').read(), author='Colin Powell', author_email='colin@onecardinal.com', -- 2.39.5