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

9
MANIFEST.in Normal file
View File

@ -0,0 +1,9 @@
include README
include UPGRADE
include LICENSE*
include CHANGELOG
recursive-include helpdesk/htdocs *
recursive-include helpdesk/locale *.po *.mo
recursive-include helpdesk/templates *
recursive-include helpdesk/fixtures *.json

View File

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