weblate/MANIFEST.in
Michal Čihař 2b9c4bd77d chore(dist): update manifest and add check-manifest
- remove docs completely from dist, it was included partially and nobody
  noticed it, so it is not needed to be shipped
2024-10-15 13:58:09 +02:00

23 lines
740 B
Text

include COPYING
include ChangeLog
include *.rst
include *.md
include *.py
recursive-include weblate *.py
recursive-include weblate/static *
recursive-include weblate/templates *
recursive-include weblate/legal/templates *
recursive-include weblate/wladmin/templates *
recursive-include weblate/fonts *.py
recursive-include weblate/fonts/static *
recursive-include weblate/locale *.pot
recursive-include weblate/locale *.po
recursive-include weblate/locale *.mo
recursive-include weblate/examples *
include weblate/billing/test-data/*
include weblate/trans/tests/data/*
include weblate/trans/fixtures/simple-project.json
exclude weblate/settings.py
prune data*
prune dev-docker/data*
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo