-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
31 lines (26 loc) · 1.05 KB
/
MANIFEST.in
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
# SPDX-License-Identifier: FSFAP
# Copyright (C) 2020-2025 Colin B. Macdonald
# Copyright (C) 2021 Elizabeth Xiao
# Copyright (C) 2022-2023 Andrew Rechnitzer
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
# Notes:
# - Why do we need to list files accessed with importlib.resources, seems WET
# - If you change things here, you may need to add them to client.*.spec
include CONTRIBUTORS CHANGELOG.md LICENSE.md
include requirements.txt
include plomclient/demo_rubrics.toml
include plomclient/default_keys.toml
include plomclient/wasd_keys.toml
include plomclient/ijkl_keys.toml
include plomclient/esdf_french_keys.toml
include plomclient/client/ui_files/*.ui
include plomclient/client/cursors/*.png
include plomclient/client/icons/*.svg
include plomclient/client/icons/*.png
include plomclient/client/help_img/nav*.png
include plomclient/client/help_img/click_drag.gif
# TODO: docs?