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:
-rw-r--r--MANIFEST-includejs.in2
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST-includejs.in b/MANIFEST-includejs.in
index bc74304..8f47dbc 100644
--- a/MANIFEST-includejs.in
+++ b/MANIFEST-includejs.in
@@ -1,5 +1,5 @@
-include COPYRIGHT doc/COPYRIGHT
include dnsviz/config.py.in
+include doc/COPYRIGHT
include doc/Makefile
include doc/src/*dot
include doc/src/*svg
diff --git a/MANIFEST.in b/MANIFEST.in
index 0cb5777..b1d641c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
-include COPYRIGHT doc/COPYRIGHT
include dnsviz/config.py.in
+include doc/COPYRIGHT
include doc/Makefile
include doc/src/*dot
include doc/src/*svg
diff --git a/setup.py b/setup.py
index cf52cd4..4931bec 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ class MyInstall(install):
apply_substitutions(os.path.join('dnsviz','config.py.in'), self.install_data)
install.run(self)
-DOC_FILES = [('share/doc/dnsviz', ['README.md', 'LICENSE'])]
+DOC_FILES = [('share/doc/dnsviz', ['README.md', 'LICENSE', 'COPYRIGHT'])]
DATA_FILES = [('share/dnsviz/icons', ['doc/images/error.png', 'doc/images/warning.png']),
('share/dnsviz/css', ['share/css/dnsviz.css']),
('share/dnsviz/js', ['share/js/dnsviz.js']),