WikiCreole

changeset 27:0d35507ae04e tip

typo in path in setup.py
author Radomir Dopieralski <sheep@stxnext.pl>
date Wed Nov 24 13:39:33 2010 +0100 (18 months ago)
parents 8c0536801979
children
files setup.py
line diff
     1.1 --- a/setup.py	Sun Jul 25 21:11:12 2010 +0200
     1.2 +++ b/setup.py	Wed Nov 24 13:39:33 2010 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4      packages=['creole'],
     1.5      data_files=[
     1.6          ('share/doc/creole.py/examples',
     1.7 -         ['exmaples/creole2html.py', 'examples/headings.py']),
     1.8 +         ['examples/creole2html.py', 'examples/headings.py']),
     1.9          ('share/doc/creole.py/tests', ['tests/test_html_emitter.py']),
    1.10          ('share/doc/creole.py', ['COPYING']),
    1.11      ],