-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
40 lines (36 loc) · 1.21 KB
/
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
31
32
33
34
35
36
37
38
39
40
# -*- coding: utf-8 -*-
#
# This file is part of the invenio-group-collections-kcworks package.
# Copyright (C) 2024, MESH Research.
#
# invenio-group-collections-kcworks is free software; you can redistribute it
# and/or modify it under the terms of the MIT License; see
# LICENSE file for more details.
# Update this manifest file by running the following commands:
# (please sort the lines in this file after running below commands)
#
# check-manifest -u
include .gitignore
include .gitmodules
include *.lock
include *.md
include *.rst
include *.sh
include *.txt
include Pipfile
include VERSION
include LICENSE
exclude .DS_Store
recursive-include tests .gitkeep
recursive-include tests *.py
recursive-exclude tests .DS_Store
recursive-include invenio_group_collections_kcworks .gitkeep
recursive-include invenio_group_collections_kcworks *.py
recursive-include invenio_group_collections_kcworks *.json
recursive-include invenio_group_collections_kcworks *.log
recursive-exclude invenio_group_collections_kcworks .DS_Store
recursive-exclude invenio_group_collections_kcworks/dependencies *
# added by check-manifest
recursive-include tests *.lock
# added by check-manifest
recursive-include invenio_group_collections_kcworks *.mako