
> warning: manifest_maker: MANIFEST.in, line 4: 'recursive-include' expects <dir> <pattern1> <pattern2> ... > warning: no previously-included files matching '*' found under directory 'doc/build/*/' Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
include LICENSE
|
|
include MANIFEST.in
|
|
include *.rst
|
|
recursive-include ryu *.xsd
|
|
graft doc
|
|
graft etc
|
|
recursive-exclude doc/build *
|
|
global-exclude *~
|
|
global-exclude *.pyc
|
|
global-exclude .gitignore
|