forked from inveniosoftware/datacite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
36 lines (35 loc) · 832 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
29
30
31
32
33
34
35
36
# This file is part of DataCite.
#
# Copyright (C) 2015, 2016 CERN.
#
# DataCite is free software; you can redistribute it and/or modify it
# under the terms of the Revised BSD License; see LICENSE file for
# more details.
include *.py
include *.rst
include *.sh
include *.yml
include .coveragerc
include .editorconfig
include AUTHORS.rst
include CHANGES.rst
include CONTRIBUTING.rst
include Dockerfile
include docs/*.py
include docs/*.rst
include docs/Makefile
include docs/requirements.txt
include .lgtm
include LICENSE
include MAINTAINERS
include MANIFEST.in
include pytest.ini
include README.rst
include tests/*.py
include tox.ini
recursive-include datacite *.json
recursive-include tests *.json
recursive-include tests *.py
recursive-include tests *.xml
recursive-include tests *.xsd
recursive-include .github/workflows *.yml