forked from brazil-data-cube/bdc-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
30 lines (29 loc) · 801 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# This file is part of BDC-Catalog.
# Copyright (C) 2019-2020 INPE.
#
# BDC-Catalog is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
#
exclude docs/sphinx/_build
exclude docs/model
include *.rst
include *.sh
include *.txt
include *.yml
include LICENSE
include pytest.ini
recursive-exclude docs/model *
recursive-exclude docs/sphinx/_build *
recursive-include bdc_catalog *.json
recursive-include bdc_catalog *.py
recursive-include bdc_catalog *.sql
recursive-include docs *.bat
recursive-include docs *.css
recursive-include docs *.ico
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include examples *.py
recursive-include tests *.py