Fix python packaging

... after it got borked by #6081
pull/6191/head
Richard van der Hoff 2019-10-10 14:05:30 +01:00
parent 933034e2fe
commit 430dc2c67b
2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,5 @@ prune debian
prune demo/etc
prune docker
prune mypy.ini
prune snap
prune stubs
exclude jenkins*
recursive-exclude jenkins *.sh

1
changelog.d/6191.misc Normal file
View File

@ -0,0 +1 @@
Add snapcraft packaging information. Contributed by @devec0.