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>2015-08-19 16:04:31 +0300
committerCasey Deccio <casey@deccio.net>2015-08-19 16:04:31 +0300
commite8c78d15d9eeb81cf106d5712056e5acc26bbca1 (patch)
tree29ec06f820e386efd557f19007f2e101daf6e4c2 /setup.py
parent9eb6c8ffe8a79fce0fe353fe7e00c6d951ff8734 (diff)
Add dv to the scripts to be installed
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23c1f34..10f841c 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(name='dnsviz',
long_description=open('README.md', 'r').read(),
license='LICENSE',
packages=['dnsviz','dnsviz.viz','dnsviz.analysis'],
- scripts=['bin/dnsget', 'bin/dnsviz', 'bin/dnsgrok'],
+ scripts=['bin/dnsget', 'bin/dnsviz', 'bin/dnsgrok', 'bin/dv'],
data_files=[
('share/doc/dnsviz', ['README.md', 'LICENSE']),
('share/doc/dnsviz', ['doc/dnsviz.html']),