Changeset 257 for emoticonsplugin

Show
Ignore:
Timestamp:
01/03/06 06:40:04 (3 years ago)
Author:
cmlenz
Message:

EmoticonsPlugin:

Fix package data specification so that the icons can be found.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • emoticonsplugin/0.9/setup.py

    r242 r257  
    2828    packages = find_packages(exclude=['*.tests*']), 
    2929    package_data = { 
    30         'tracemoticons.htdocs': ['htdocs/*.*'] 
     30        'tracemoticons': ['icons/*.*'] 
    3131    }, 
    3232    entry_points = {