root / elixir / trunk / setup.cfg @ 290

Revision 290, 343 bytes (checked in by cleverdevil, 5 years ago)

Adding the lists plugin to the setup.cfg so that its included in the apidocs.

Line 
1[egg_info]
2tag_build = dev
3tag_svn_revision = true
4
5[apydia]
6title = Elixir
7theme = elixir
8docformat = reStructuredText
9modules = elixir, elixir.ext.associable, elixir.ext.versioned,
10          elixir.ext.encrypted, elixir.ext.lists
11exclude_modules = elixir.statements
12trac_browser_url = http://elixir.ematia.de/trac/browser/elixir/tags/0.5.0
Note: See TracBrowser for help on using the browser.