annotate MANIFEST.in @ 394:dc83b1d837cf

backend: fixed recursion error on getFullItem: getFullItem was doing a deepcopy of the item which could lead to infinite recursion if element had children. This has been fixed by doing a specialised copy function. For the same reason, an itemDataCopy function has also been implemented.
author Goffi <goffi@goffi.org>
date Mon, 18 Feb 2019 19:12:04 +0100
parents 86e767dc6abb
children c56a728412f1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
155
5191ba7c4df8 Work towards first release 0.5.0.
Ralph Meijer <ralphm@ik.nu>
parents:
diff changeset
1 include INSTALL
264
86e767dc6abb packaging for release
souliane <souliane@mailoo.org>
parents: 208
diff changeset
2 include COPYING
86e767dc6abb packaging for release
souliane <souliane@mailoo.org>
parents: 208
diff changeset
3 include CHANGELOG
208
cc4f45ef793e Commit 0.8.1 release to SVN.
Ralph Meijer <ralphm@ik.nu>
parents: 189
diff changeset
4 include db/*
189
c61034369463 Released Idavoll 0.7.0.
Ralph Meijer <ralphm@ik.nu>
parents: 155
diff changeset
5 graft twisted