summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 265ef7db6b2a1740bf96df995147dfb55d8a1eaa (plain)
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
# 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/icons/default/*.png images/icons/old/*.png
include images/logo/bittorrent_[0-9]*.png

# documentation files
include credits.txt credits-l10n.txt LICENSE.txt README.txt redirdonate.html INSTALL.unix.txt TRACKERLESS.txt MANIFEST.in public.key

# include windows build files in the source
include windows_installer/*

# localization stuffs
include makei18n.sh language_codes.py po/*po

# 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