forked from inspirehep/hepcrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
34 lines (32 loc) · 849 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
# -*- coding: utf-8 -*-
#
# This file is part of hepcrawl.
# Copyright (C) 2015, 2016 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 LICENSE
include config
include pytest.ini
include scrapy.cfg
include scrapyd.cfg
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 *.pdf