mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-26 14:23:58 +08:00
- do not ship tests in wheels (fixes #17395) - do not ship PO/POT files in wheels - use PEP 440 versions for development - update packaging lists to better reflect current code
34 lines
960 B
Text
Vendored
34 lines
960 B
Text
Vendored
include LICENSE
|
|
include ChangeLog
|
|
include BACKERS.rst
|
|
include README.rst
|
|
include SECURITY.md
|
|
include manage.py
|
|
include setup.py
|
|
recursive-include weblate *.py
|
|
recursive-include weblate/examples *
|
|
recursive-include weblate/locale *.po *.pot
|
|
include weblate/billing/test-data/*
|
|
include weblate/addons/extractors/sphinx/docutils.conf
|
|
include weblate/trans/tests/data/*
|
|
include weblate/trans/fixtures/simple-project.json
|
|
exclude .dclintrc .editorconfig .gitmodules .imgbotconfig .weblate .yamllint.yml
|
|
exclude .pre-commit-config.yaml .readthedocs.yml redocly.yaml security.yaml
|
|
exclude AGENTS.md codecov.yml
|
|
exclude biome.json rundev.sh
|
|
exclude weblate/settings.py
|
|
recursive-exclude weblate/locale *.mo
|
|
prune .clusterfuzzlite
|
|
prune .github
|
|
prune .reuse
|
|
prune .well-known
|
|
prune ci
|
|
prune client
|
|
prune data*
|
|
prune dev-docker
|
|
prune dev-docker/data*
|
|
prune docs
|
|
prune fuzzing
|
|
prune LICENSES
|
|
prune scripts
|
|
global-exclude *.swp *.swo *.swn __pycache__ *.pyc *.pyo uv.lock
|