deluge/setup.cfg

26 lines
640 B
INI
Raw Permalink Normal View History

[sdist]
formats=gztar, xztar
[build_docs]
2009-07-20 09:00:47 +00:00
source-dir = docs/source
build-dir = docs/build
all_files = true
fresh-env = true
2013-02-14 00:29:14 +00:00
[spellcheck_docs]
source-dir = docs/source
build-dir = docs/build
builder = spelling
2013-02-14 00:29:14 +00:00
[py2app]
2017-06-26 22:02:36 +00:00
app = ['deluge/ui/ui_entry.py']
2017-06-07 10:22:07 +00:00
arch = x86_64
# arch = i386
2017-06-26 22:02:36 +00:00
iconfile = packaging/osx/deluge.icns
2013-02-14 00:29:14 +00:00
site-packages = false
2013-03-17 18:10:51 +00:00
includes = glib, gio, cairo, pango, pangocairo, atk, gobject, gtk.keysyms,
twisted.internet, twisted.internet.utils, twisted.protocols,
2017-06-26 22:02:36 +00:00
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application,
HTMLParser
2013-03-17 18:10:51 +00:00
frameworks = CoreFoundation, Foundation, AppKit