File: setup.cfg

package info (click to toggle)
python-wikkid 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: python: 3,051; makefile: 12
file content (43 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = Wikkid
description = VCS-backed wiki
long_description = A wiki that is backed by Gitr or Bazaar that allows local branching of the wiki
    for later merging. Also doesn't have any page locks and uses three way merging.
version = attr:wikkid.version
author = Wikkid Developers
author_email = wikkid-dev@lists.launchpad.net
url = https://launchpad.net/wikkid
project_urls =
    Repository=https://github.com/wikkid-team/wikkid

[options]
scripts = bin/wikkid-serve
packages = find:
package_dir = breezy.plugins.wikkid=plugin
include_package_data = True
install_requires =
    breezy
    docutils
    dulwich
    jinja2
    merge3
    pygments
    twisted
    webob
    zope.interface
tests_require =
    testtools
    bs4
    lxml

[options.extras_require]
dev =
    testtools
    bs4
    lxml

[options.package_data]
wikkid/skin =
    default/*.html
    default/favicon.ico
    default/static/*