File: MANIFEST.in

package info (click to toggle)
plover 4.0.0~dev10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,644 kB
  • sloc: python: 17,030; sh: 664; ansic: 25; makefile: 19
file content (36 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Include: pretty much everything normally versioned,
# and not already automatically included by setuptools.
include CONTRIBUTING.md
include LICENSE.txt
include NEWS.md
include doc/*
include linux/*
include linux/appimage/*
include news.d/api/*
include news.d/bugfix/*
include news.d/feature/*
include news.d/template.md
include osx/*
include osx/app_resources/*
include osx/dmg_resources/*
include plover/assets/*
include plover/gui_qt/*.ui
include plover/gui_qt/resources/*.png
include plover/gui_qt/resources/*.qrc
include plover/gui_qt/resources/*.svg
include plover/messages/*/LC_MESSAGES/*.po
include plover/messages/plover.pot
include plover_build_utils/*.sh
include pyproject.toml
include reqs/*.txt
include test/__init__.py
include test/conftest.py
include tox.ini
include windows/*
# Exclude: CI/Git/GitHub specific files,
# as well as generated Python files (UI).
exclude .gitignore
exclude plover/gui_qt/*_rc.py
exclude plover/gui_qt/*_ui.py
exclude plover/gui_qt/.gitignore
prune .github