Changes between Version 14 and Version 15 of EggCookingTutorial/AdvancedEggCooking2


Ignore:
Timestamp:
Mar 20, 2006, 1:34:24 AM (18 years ago)
Author:
Alec Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/AdvancedEggCooking2

    v14 v15  
    5151
    5252setup(name=PACKAGE,
    53           version=VERSION,
    54           packages=['helloworld'],
    55           package_data={'helloworld' : ['htdocs/css/*.css', 'htdocs/images/*.jpg',
    56                                         'templates/*.cs' ]}
    57           entry_points={'trac.plugins': '%s = helloworld' % PACKAGE},
     53      version=VERSION,
     54      packages=['helloworld'],
     55      package_data={'helloworld' : ['htdocs/css/*.css', 'htdocs/images/*.jpg',
     56                                    'templates/*.cs' ]}
     57      entry_points={'trac.plugins': '%s = helloworld' % PACKAGE},
    5858)
    5959}}}