Merge pull request #2 from Lexicality/master
Whoops, forgot to commit this.
This commit is contained in:
commit
5a107a3341
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from setuptools import setup
|
||||||
|
|
||||||
APP = ['pesterchum.py']
|
APP = ['pesterchum.py']
|
||||||
#DATA_FILES = ['pesterchum.js', 'profiles', 'themes', 'smilies', 'logs']
|
#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
|
# TODO: Grep this version out of version.py
|
||||||
SHORT_VERSION = '3.41.2B5'
|
SHORT_VERSION = '3.41.2B5'
|
||||||
LONG_VERSION = '3.41.2 Beta 5 Bleeding Edge'
|
LONG_VERSION = '3.41.2 Beta 5 Bleeding Edge'
|
||||||
|
|
Loading…
Reference in a new issue