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

MANIFEST.in - github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 206fafdd98925a011683dd3a37f2a38449e22784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include COPYRIGHT LICENSE
include requirements.txt
include dnsviz/config.py.in
exclude dnsviz/config.py
include doc/COPYRIGHT
include doc/Makefile
include doc/src/*dot
include doc/src/*svg
recursive-include contrib *
recursive-exclude external *
# The following are for versions of setuptools that don't seem to pull in the
# files that are listed in setup.py
include README.md
include doc/images/warning.png doc/images/error.png doc/images/logo*png
include doc/dnsviz-graph.html
recursive-include doc/man *
recursive-include share *
recursive-include tests *