summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-07-29 11:32:15 +0200
committerPhil Jones <philip.graham.jones@googlemail.com>2020-07-29 17:33:27 +0100
commit22dd2526522e24de4fad60e27d81bb28ee45c3b2 (patch)
tree6c3b95dc3f04201e461b11ce06ab28e48386b7dc /MANIFEST.in
parent06aa5c9e63c4a8e0146c33f0abf14e8f7caf3945 (diff)
replace TravisCI with GitHub Actions
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04400de..d171264 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,10 @@
-include README.rst LICENSE CONTRIBUTORS.rst HISTORY.rst tox.ini test_requirements.txt .coveragerc Makefile
-recursive-include test *.py *.sh
+graft h2
graft docs
-prune docs/build
+graft test
graft visualizer
+graft examples
+prune docs/build
recursive-include examples *.py *.crt *.key *.pem *.csr
recursive-include utils *.sh
-recursive-include _travis *.sh
+include README.rst LICENSE CONTRIBUTORS.rst HISTORY.rst tox.ini test_requirements.txt .coveragerc Makefile
+global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store