Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-06-18 00:31:00 +0300
committerCasey Deccio <casey@deccio.net>2016-06-18 00:31:00 +0300
commit4504db1998c04afb3901c9e0a1319a58d9b8e56c (patch)
tree7128908d30b4d0fc1e203e0ab3d5cb0124417106 /setup.py
parent5817286a8587be516068aa818f5d7bf578baee13 (diff)
Update long description.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1047f51..3c0b32c 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,9 @@ setup(name='dnsviz',
author_email='casey@deccio.net',
url='https://github.com/dnsviz/dnsviz/',
description='DNS analysis and visualization tool suite',
- long_description=open('README.md', 'r').read(),
+ long_description='''DNSViz is a tool suite for analysis and visualization of Domain Name System
+(DNS) behavior, including its security extensions (DNSSEC). This tool suite
+powers the Web-based analysis available at http://dnsviz.net/ .''',
license='LICENSE',
packages=[map_func(b'dnsviz'), map_func(b'dnsviz.viz'), map_func(b'dnsviz.analysis'), map_func(b'dnsviz.commands')],
scripts=['bin/dnsviz'],