1 from setuptools
import setup
, find_packages
7 return open(os
.path
.join(os
.path
.dirname(__file__
), *rnames
)).read()
28 packages
=find_packages('lib'), # include all packages under lib
29 package_dir
={'': 'lib'}, # tell distutils packages are under lib
31 author
="Aleksandar Erkalovic",
32 author_email
="aerkalov@gmail.com",
34 description
="Booktype is a free, open source platform that produces" + \
35 "beautiful, engaging books formatted for print, Amazon, iBooks and" + \
36 "almost any ereader within minutes.",
37 long_description
=long_description
,
39 url
="http://booktype.sourcefabric.org/",
40 include_package_data
=True,
42 # If any package contains *.txt or *.rst files, include them
43 '': ['*.txt', '*.rst'],
45 scripts
=['scripts/createbooktype'],
47 install_requires
=['setuptools', 'simplejson', 'django'],
49 "License :: OSI Approved :: GNU General Public License (GPL)",
50 "Programming Language :: Python",
51 "Development Status :: 3 - Alpha",
52 "Intended Audience :: Developers",
53 "Intended Audience :: Information Technology",
54 "Framework :: Django",
56 keywords
='collaborative book writing sprint',