-
-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathMANIFEST.in
More file actions
21 lines (19 loc) · 774 Bytes
/
MANIFEST.in
File metadata and controls
21 lines (19 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include AUTHORS
include COPYING
include MANIFEST.in
include README.rst
include TODO.rst
include requirements.in
include requirements.txt
include doc/*.rst doc/images/*.png doc/images/*.jpg
include doc/conf.py doc/Makefile doc/make.bat
include pyperformance/*.py
include pyperformance/requirements/requirements.txt
include pyperformance/data-files/benchmarks/MANIFEST
include pyperformance/data-files/benchmarks/bm_*/*.toml
include pyperformance/data-files/benchmarks/bm_*/*.py
include pyperformance/data-files/benchmarks/bm_*/requirements.txt
include pyperformance/data-files/benchmarks/bm_*/*.pem
recursive-include pyperformance/data-files/benchmarks/bm_*/vendor *
recursive-include pyperformance/data-files/benchmarks/bm_*/data *
recursive-exclude pyperformance/tests *