blob: a26a12a65f52ec478301c7d32fc274d05efeacfd (
plain)
1
2
3
4
5
6
7
8
|
include pkg/*
include versioneer.py
include LICENSE
include CHANGELOG
# What do we want the ddocs folder in the source package for? -- kali
# it should be enough with having the compiled stuff.
recursive-include src/leap/soledad/common/ddocs *
|