1
# Copyright (c) 2008 Twisted Matrix Laboratories.
2
# See LICENSE for details.
5
from twisted.python import dist
7
raise SystemExit("twisted.python.dist module not found. Make sure you "
8
"have installed the Twisted core package before "
9
"attempting to install any other Twisted projects.")
11
if __name__ == '__main__':
13
twisted_subproject="news",
16
description="Twisted News is an NNTP server and programming library.",
17
author="Twisted Matrix Laboratories",
18
author_email="twisted-python@twistedmatrix.com",
19
maintainer="Jp Calderone",
20
url="http://twistedmatrix.com/trac/wiki/TwistedNews",
23
Twisted News is an NNTP protocol (Usenet) programming library. The
24
library contains server and client protocol implementations. A simple
25
NNTP server is also provided.