forked from reanahub/reana-workflow-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
28 lines (27 loc) · 826 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
# This file is part of REANA.
# Copyright (C) 2017, 2018 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
include Dockerfile
include .dockerignore
include LICENSE
include *.rst
include *.sh
include *.txt
include .flake8
include pytest.ini
include docs/openapi.json
prune docs/_build
recursive-include docs *.py
recursive-include docs *.png
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include reana_workflow_controller *.html
recursive-include reana_workflow_controller *.py
recursive-include reana_workflow_controller/templates *.template
recursive-include scripts *.py
recursive-include tests *.py
recursive-include tests *.finished
recursive-include tests *.running
recursive-include tests *.waiting