chirp/MANIFEST.in
Dan Smith a1a7db08d7 Fix including locale files in setup-based builds
We weren't including the locale files in the builds that get generated
from setup.py, so sdist, bdist_whl. Note that the include mechanics
seem to grab more than we want, so we need an extra exclude to avoid
bundling the source files, which aren't used at runtime.
2023-03-21 17:05:01 -07:00

13 lines
291 B
Plaintext

include chirp/share/*.desktop
include chirp/share/*.png
include chirp/share/*.svg
include chirp/share/*.ico
include chirp/share/*.1
include chirp/stock_configs/*
include chirp/locale/*/LC_MESSAGES/*.mo
exclude chirp/locale/*
include COPYING
include *requirements.txt
graft tests
graft tools