blob: 93f46bbe879fcb8544d005495bc6308f362e6df4 (
plain)
1
2
3
4
5
6
7
8
9
|
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 *
include src/leap/soledad/common/_version.py
|