1
# Copyright (c) 2008 Twisted Matrix Laboratories.
2
# See LICENSE for details.
7
from twisted.python import dist
9
raise SystemExit("twisted.python.dist module not found. Make sure you "
10
"have installed the Twisted core package before "
11
"attempting to install any other Twisted projects.")
13
if __name__ == '__main__':
15
twisted_subproject="lore",
16
scripts=dist.getScripts("lore"),
19
description="Twisted documentation system",
20
author="Twisted Matrix Laboratories",
21
author_email="twisted-python@twistedmatrix.com",
22
maintainer="Andrew Bennetts",
23
url="http://twistedmatrix.com/trac/wiki/TwistedLore",
26
Twisted Lore is a documentation generator with HTML and LaTeX support,
27
used in the Twisted project.