1
0

MANIFEST.in 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # include anything in here that is not automatically picked up by distutils
  2. include BitTorrent/__init__.py
  3. # images and icons
  4. include images/bittorrent.ico
  5. include images/flags/*png
  6. include images/logo/*.png
  7. include images/themes/default/*.png
  8. include images/themes/default/*/*.png
  9. # documentation files
  10. include credits.txt LICENSE.txt README.txt redirdonate.html INSTALL.unix.txt TRACKERLESS.txt MANIFEST.in public.key
  11. # BTL data
  12. include BTL/*.dat
  13. # include windows build files in the source
  14. include windows_installer/*
  15. # localization stuffs
  16. include makei18n.sh language_codes.py po/*po
  17. include locale/*/LC_MESSAGES/bittorrent.mo
  18. # unix install stuffs
  19. include build_nix_pkg.sh debian/control install_nix.sh
  20. # include all top level scripts
  21. include bittorrent.py
  22. include bittorrent-console.py
  23. include bittorrent-curses.py
  24. include maketorrent.py
  25. include maketorrent-console.py
  26. include launchmany-console.py
  27. include launchmany-curses.py
  28. include bittorrent-tracker.py
  29. include changetracker-console.py
  30. include torrentinfo-console.py