-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathMANIFEST.in
41 lines (30 loc) · 1.02 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
32
33
34
35
36
37
38
39
40
41
# include anything in here that is not automatically picked up by distutils
include BitTorrent/__init__.py
# images and icons
include images/bittorrent.ico
include images/flags/*png
include images/logo/*.png
include images/themes/default/*.png
include images/themes/default/*/*.png
# documentation files
include credits.txt LICENSE.txt README.txt redirdonate.html INSTALL.unix.txt TRACKERLESS.txt MANIFEST.in public.key
# BTL data
include BTL/*.dat
# include windows build files in the source
include windows_installer/*
# localization stuffs
include makei18n.sh language_codes.py po/*po
include locale/*/LC_MESSAGES/bittorrent.mo
# unix install stuffs
include build_nix_pkg.sh debian/control install_nix.sh
# include all top level scripts
include bittorrent.py
include bittorrent-console.py
include bittorrent-curses.py
include maketorrent.py
include maketorrent-console.py
include launchmany-console.py
include launchmany-curses.py
include bittorrent-tracker.py
include changetracker-console.py
include torrentinfo-console.py