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>2014-11-13 02:41:11 +0300
committerCasey Deccio <casey@deccio.net>2014-11-13 02:41:11 +0300
commitcd37d59b08f80e0bb65baf61e7edcd16818b2345 (patch)
tree636c44aa19c84c26a41fae4df738612e5ac021ea /setup.py
parent764932dab35f39158f6eeb9e47aa36947f8c09da (diff)
Fix #2 by correcting LICENSE reference.
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 5a1a75e..e419082 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(name='dnsviz',
packages=['dnsviz','dnsviz.viz'],
scripts=['bin/dnsget', 'bin/dnsviz', 'bin/dnsgrok'],
data_files=[
- ('share/doc/dnsviz', ['README', 'COPYING']),
+ ('share/doc/dnsviz', ['README', 'LICENSE']),
('share/dnsviz/icons', glob.glob(os.path.join('share', 'icons', '*.png'))),
('share/dnsviz/css', ['share/css/dnsviz.css']),
('share/dnsviz/css/redmond', ['share/css/redmond/jquery-ui-1.10.4.custom.min.css']),