forked from inveniosoftware/pywebpack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
27 lines (26 loc) · 680 Bytes
/
MANIFEST.in
File metadata and controls
27 lines (26 loc) · 680 Bytes
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
# -*- coding: utf-8 -*-
#
# This file is part of PyWebpack
# Copyright (C) 2017 CERN.
#
# PyWebpack 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 .editorconfig
include *.rst
include *.sh
include *.txt
include examples
include LICENSE
include pytest.ini
prune docs/_build
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include pywebpack *.html
recursive-include pywebpack *.py
recursive-include tests *.js
recursive-include tests *.json
recursive-include tests *.py