forked from cea-hpc/clustershell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
31 lines (31 loc) · 864 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
include ChangeLog
include README.md
include COPYING.LGPLv2.1
include conf/*.conf
include conf/*.example
include conf/groups.d/README
include conf/groups.d/*.cfg
include conf/groups.d/*.example
include conf/groups.conf.d/README
include conf/groups.conf.d/*.example
include doc/txt/README
include doc/txt/*.txt
include doc/txt/*.rst
include doc/man/man1/*.1
include doc/man/man5/*.5
include doc/sphinx/Makefile
include doc/sphinx/conf.py
include doc/sphinx/*.png
include doc/sphinx/*.rst
include doc/sphinx/_static/*.png
include doc/sphinx/_static/*.css
include doc/sphinx/tools/*.rst
include doc/sphinx/guide/*.rst
include doc/sphinx/api/*.rst
include doc/sphinx/api/workers/*.rst
include doc/extras/vim/syntax/*.vim
include doc/extras/vim/ftdetect/*.vim
include doc/examples/*.py
include doc/examples/defaults.conf-rsh
include doc/epydoc/*.conf
include tests/*.py