diff --git a/MANIFEST.in b/MANIFEST.in
index 9c2902b8d246367db3859a719971ee97fcda384d..b22be58f3dbee0410b9927fcbb0c9ec61912a046 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -47,7 +47,5 @@ prune debian
 prune demo/etc
 prune docker
 prune mypy.ini
+prune snap
 prune stubs
-
-exclude jenkins*
-recursive-exclude jenkins *.sh
diff --git a/changelog.d/6191.misc b/changelog.d/6191.misc
new file mode 100644
index 0000000000000000000000000000000000000000..3c33701651befb997972dfa976125f33cb2faf80
--- /dev/null
+++ b/changelog.d/6191.misc
@@ -0,0 +1 @@
+Add snapcraft packaging information. Contributed by @devec0.