
setup.py bdist fails as it can't find the extlib's. DOH, that is because we don't package them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
recursive-include mediagoblin/i18n *.mo
|
|
recursive-include mediagoblin/templates *.html *.txt *.xml
|
|
recursive-include mediagoblin/static *.js *.css *.png *.svg *.ico
|
|
recursive-include mediagoblin/tests *.ini
|
|
recursive-include docs *.rst *.html
|
|
include mediagoblin/config_spec.ini
|
|
graft extlib
|