annotate MANIFEST.in @ 323:5bd583d00594
backport: added a new "backport" module for using unreleased code from Kivy:
Carousel has been backported from Kivy 2.0, because a couple of bugs hitting Cagou are fixed
there (notably https://github.com/kivy/kivy/issues/6370). The issue was specially visible
when sliding chat widgets.
If a version >= 2.0 of kivy is used, a warning will be displayed to indicated that the
backport can be removed.
author |
Goffi <goffi@goffi.org> |
date |
Fri, 06 Dec 2019 13:23:03 +0100 |
parents |
1adc97f0f5da |
children |
|
rev |
line source |
308
|
1 include MANIFEST.in cagou/VERSION |
|
2 global-include *.py |
|
3 global-include *.ini |
|
4 global-include *.po *.mo |
|
5 global-include CHANGELOG COPYING* INSTALL README* |
|
6 global-include *.sh |
|
7 global-include Makefile *.rst *.bat |
|
8 include android |
|
9 include service |
|
10 include bin |
|
11 include doc |
|
12 global-exclude *.un~ |