-
Notifications
You must be signed in to change notification settings - Fork 30
/
MANIFEST.in
36 lines (34 loc) · 903 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
# -*- coding: utf-8 -*-
#
# This file is part of hepcrawl.
# Copyright (C) 2015, 2016, 2017 CERN.
#
# hepcrawl is a 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 *.txt
include hepcrawl/*.cfg
include LICENSE
include config
include pytest.ini
include AUTHORS
include CHANGELOG
recursive-include tests *.htm
recursive-include tests *.html
recursive-include tests *.json
recursive-include tests *.zip
recursive-include tests *.py
recursive-include tests *.xml
recursive-include tests netrc
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile
recursive-include hepcrawl *.html
recursive-include hepcrawl *.xml
recursive-include tests *.gz
recursive-include tests *.bz2
recursive-include tests *.pdf