deluge/setup.cfg

25 lines
689 B
INI
Raw Normal View History

[build_docs]
2009-07-20 09:00:47 +00:00
source-dir = docs/source
build-dir = docs/build
all_files = 1
2013-02-14 00:29:14 +00:00
[py2app]
app = ['deluge/main.py']
# arch = x86_64
2013-03-17 18:10:51 +00:00
arch = i386
2013-02-14 00:29:14 +00:00
iconfile = osx/deluge.icns
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,
zope.interface, mako.cache, email.mime, libtorrent, gtkosx_application
frameworks = CoreFoundation, Foundation, AppKit
[isort]
known_standard_library = future_builtins
# Ignore Windows specific modules
known_third_party = bbfreeze, win32verstamp
known_first_party = msgfmt, deluge
order_by_type = true
line_length = 120
not_skip = __init__.py