-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathMANIFEST.in
More file actions
28 lines (28 loc) · 786 Bytes
/
MANIFEST.in
File metadata and controls
28 lines (28 loc) · 786 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
28
recursive-include tests *.py *.txt
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
include *.py
include *.rst
include MANIFEST.in
include AUTHORS
include COPYING
include CREDITS
include ChangeLog
include FAQ
include INSTALL
include NEWS
include README
include THANKS
include TODO
include setup.py
include docs/tests.txt
include docs/yolk-logo.png
include docs/yolk.1
include examples/plugins/README
include examples/plugins/yolk_pkg_manager/README
include examples/plugins/yolk_pkg_manager/setup.py
include examples/plugins/yolk_pkg_manager/yolk_acme.py
include examples/plugins/yolk_portage/README
include examples/plugins/yolk_portage/setup.py
include examples/plugins/yolk_portage/yolk_portage.py
include tests/rss_feed.py
include tests/test_cli.py