forked from inveniosoftware/invenio-app-rdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
56 lines (53 loc) · 1.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 CERN.
# Copyright (C) 2019 Northwestern University.
#
# Invenio App RDM is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# To update your MANIFEST.in, use the following commands:
#
# git init # if not already done
# git add -A
# pipenv run check-manifest -u # to install run "pipenv install --dev"
# # please sort the lines in this file after running the commands
# Check manifest will not automatically add these two files:
include .dockerignore
include .editorconfig
include .prettierrc
include .tx/config
include *.rst
include *.sh
include *.txt
include *.yml
include babel.ini
include docker/haproxy/Dockerfile
include docker/nginx/Dockerfile
include docker/postgres/Dockerfile
include Dockerfile
include Dockerfile.base
include LICENSE
include pytest.ini
include scripts/bootstrap
include scripts/console
include scripts/server
include scripts/setup
include scripts/update
prune docs/_build
recursive-include .github/workflows *.yml
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include invenio_app_rdm *.gitkeep
recursive-include invenio_app_rdm *.html *.js *.less *.json *.yaml
recursive-include invenio_app_rdm *.overrides
recursive-include invenio_app_rdm *.variables
recursive-include invenio_app_rdm *.png *.svg
recursive-include invenio_app_rdm *.txt
recursive-include invenio_app_rdm *.po *.pot *.mo
recursive-include invenio_app_rdm *.py
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
recursive-include tests *.py *.yaml *.html
include .git-blame-ignore-revs