Add MANIFEST.in to cause templates & media to be included in package.

This commit is contained in:
Ross Poulton
2011-01-29 05:43:50 +00:00
parent f6d522017c
commit e49ba97b8c
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '0.1.0'
version = '0.1.1'
LONG_DESCRIPTION = """
===============