Changeset 93

Show
Ignore:
Timestamp:
03/27/08 10:40:33 (8 months ago)
Author:
brad
Message:

figured out why images weren't showing on my local ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r57 r93  
    66 
    77PACKAGE = 'TracForums' 
    8 VERSION = '0.1
     8VERSION = '0.2
    99 
    1010setup( 
     
    2626            'templates/tracforums/topic/*.cs', 
    2727            'htdocs/css/*.css', 
     28            'htdocs/images/*', 
    2829            'htdocs/js/*.js' 
    2930        ]