forked from robinhood/faust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
22 lines (21 loc) · 683 Bytes
/
MANIFEST.in
File metadata and controls
22 lines (21 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include AUTHORS.rst
include CODE_OF_CONDUCT.rst
include Changelog.rst
include LICENSE
include README.rst
include MANIFEST.in
include setup.cfg
include setup.py
recursive-include artwork *
recursive-include docs *
recursive-include extra/*
recursive-include examples *
recursive-include faust *.py *.html *.typed *.pyx
recursive-include requirements *.txt *.rst
recursive-include t *.py *.sh *.txt
recursive-include t/stress/reports/assets LICENSE *.py *.js *.css *.scss *.map *.eot *.svg *.ttf *.woff *.woff2
recursive-include t/stress/reports/templates *.html
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .*.sw[a-z]
recursive-exclude * *.c *.so