-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST.in
57 lines (52 loc) · 1.44 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
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018 CERN.
#
# cds-migrator-kit is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# Generate this manifest file by running the following commands:
#
# git init
# git add -A
# pip install -e .[all]
# check-manifest -u
# Check manifest will not automatically add these two files:
include .dockerignore
include .editorconfig
# include .tx/config
prune docs/_build
recursive-include cds_migrator_kit *.po *.pot *.mo
# added by check_manifest.py
include *.rst
include *.md
include *.txt
include *.sh
include *.yml
include Dockerfile
include LICENSE
include babel.ini
include pytest.ini
recursive-include cds_migrator_kit *.html
recursive-include docker *.cfg
recursive-include docker *.conf
recursive-include docker *.crt
recursive-include docker *.ini
recursive-include docker *.key
recursive-include docker *.pem
recursive-include docker *.sh
recursive-include docker *
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include tests *.json
recursive-include scripts *.sh
recursive-include examples *.py
recursive-include examples *.sh
recursive-include cds_migrator_kit *.gitkeep
recursive-include cds_migrator_kit *.md
recursive-include cds_migrator_kit *.yaml
recursive-include scripts *.py
include *.conf
exclude scripts/migrator.sh