1 # -*- coding: utf-8 -*-
2 from distutils.core import setup
8 description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
9 author='Marek Stępniowski',
10 author_email='marek@stepniowski.com',
11 url='http://redmine.nowoczesnapolska.org.pl/',
12 packages=['librarian', 'librarian.tests'],
13 package_dir={'librarian': 'librarian'},
15 'librarian': ['*.xslt'],
16 'librarian.tests': ['files/dcparser/*.xml', 'files/erroneous/*.xml'],
18 scripts=['scripts/book2html', 'scripts/book2txt', 'scripts/bookfragments', 'scripts/genslugs'],