-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
37 lines (33 loc) · 1.03 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
# -*- coding: utf-8 -*-
#
# Copyright (C) 2024 MESH Research
#
# invenio-subjects-fast 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 *.lock
include *.md
include *.rst
include *.sh
include *.txt
include Pipfile
include VERSION
include README.md
exclude .DS_Store
recursive-include tests .gitkeep
recursive-include tests *.py
recursive-exclude tests .DS_Store
recursive-include invenio_remote_api_provisioner .gitkeep
recursive-include invenio_remote_api_provisioner *.py
recursive-include invenio_remote_api_provisioner *.json
recursive-include invenio_remote_api_provisioner *.log
recursive-exclude invenio_remote_api_provisioner .DS_Store
# added by check-manifest
recursive-include tests *.lock
# added by check-manifest
recursive-include invenio_remote_api_provisioner *.mako