2009-07-22 23:04:48 +00:00
|
|
|
[build_docs]
|
2009-07-20 09:00:47 +00:00
|
|
|
source-dir = docs/source
|
|
|
|
build-dir = docs/build
|
2009-07-22 23:04:48 +00:00
|
|
|
all_files = 1
|
2013-02-14 00:29:14 +00:00
|
|
|
|
|
|
|
[py2app]
|
|
|
|
app = ['deluge/main.py']
|
2013-03-17 18:10:51 +00:00
|
|
|
#arch = x86_64
|
|
|
|
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
|
2013-05-22 22:33:06 +00:00
|
|
|
|
2014-09-19 14:43:21 +00:00
|
|
|
[isort]
|
|
|
|
known_standard_library=unicodedata
|
2015-10-20 23:34:49 +00:00
|
|
|
known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo,twisted,pytest,OpenSSL,pkg_resources,chardet,bbfreeze,win32verstamp
|
|
|
|
known_first_party=msgfmt
|
2014-09-26 11:21:41 +00:00
|
|
|
order_by_type=true
|
2015-07-15 22:09:49 +00:00
|
|
|
line_length=120
|
|
|
|
not_skip=__init__.py
|