/docs/gp.fileupload Gawel's repository

add docs to manifest

authorGael Pasgrimaud <gael@gawel.org>
Fri Feb 20 22:48:53 2009 +0100 (17 months ago)
changeset 13828c38386fa3e
parent 137 465a9ed912fa
child 139 21b14dfb75ac
add docs to manifest
     1.1 --- a/MANIFEST.in	Tue Feb 10 23:17:15 2009 +0100
     1.2 +++ b/MANIFEST.in	Fri Feb 20 22:48:53 2009 +0100
     1.3 @@ -1,1 +1,2 @@
     1.4  include gp/fileupload/static/*
     1.5 +include docs/*txt
     2.1 --- a/setup.py	Tue Feb 10 23:17:15 2009 +0100
     2.2 +++ b/setup.py	Fri Feb 20 22:48:53 2009 +0100
     2.3 @@ -4,7 +4,7 @@
     2.4  from setuptools import setup, find_packages
     2.5  import sys, os
     2.6  
     2.7 -version = '0.7'
     2.8 +version = '0.8'
     2.9  
    2.10  long_description = ''
    2.11  long_description += open('README.txt').read()