You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
332 B
16 lines
332 B
include TODO
|
|
include AUTHORS
|
|
include LICENSE
|
|
include README.md
|
|
include MANIFEST.in
|
|
|
|
include tests/*.py
|
|
include devscripts/*
|
|
include docs/*
|
|
|
|
include youtube_dl_gui/data/pixmaps/icons-license
|
|
|
|
recursive-include youtube_dl_gui/data *.png *.ico
|
|
recursive-include youtube_dl_gui/locale *.po
|
|
|
|
recursive-exclude youtube_dl_gui/locale *.mo
|