Added 'smilies/' to the data pack list.

This commit is contained in:
Lexi 2011-07-10 12:02:43 +01:00
parent e61d20812e
commit a35913938e

View file

@ -9,7 +9,7 @@ from setuptools import setup
APP = ['pesterchum.py']
#DATA_FILES = ['pesterchum.js', 'profiles', 'themes', 'smilies', 'logs']
DATA_FILES = ['quirks', 'themes']
DATA_FILES = ['quirks', 'themes', 'smilies']
# TODO: Grep this version out of version.py
SHORT_VERSION = '3.41.2B5'
LONG_VERSION = '3.41.2 Beta 5 Bleeding Edge'