Added 'smilies/' to the data pack list.
This commit is contained in:
parent
e61d20812e
commit
a35913938e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue