~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-02-25 04:02:24 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:568
setup.py: Added "image/gif" to types which listmake copies over.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
# as necessary, and include it in the distribution.
378
378
listmake_mimetypes = ['text/x-python', 'text/html',
379
379
    'application/x-javascript', 'application/javascript',
380
 
    'text/css', 'image/png', 'application/xml']
 
380
    'text/css', 'image/png', 'image/gif', 'application/xml']
381
381
 
382
382
# Main function skeleton from Guido van Rossum
383
383
# http://www.artima.com/weblogs/viewpost.jsp?thread=4829